[Git][archlinux/packaging/packages/crystal][main] upgpkg: 1.13.1-1

2024-08-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
crystal


Commits:
f7b975b9 by Anatol Pomozov at 2024-08-11T16:46:24-07:00
upgpkg: 1.13.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = crystal
pkgdesc = The Crystal Programming Language
-   pkgver = 1.13.0
+   pkgver = 1.13.1
pkgrel = 1
url = https://crystal-lang.org
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = crystal
optdepends = libyaml: For YAML support
optdepends = gmp: For BigInt support
optdepends = libxml2: For XML support
-   source = 
crystal-1.13.0.tar.gz::https://github.com/crystal-lang/crystal/archive/1.13.0.tar.gz
-   sha256sums = 
c439c9b1d6f955351c11eeffe30da049abd6fac42526c0c9ea8efb5179bf2229
+   source = 
crystal-1.13.1.tar.gz::https://github.com/crystal-lang/crystal/archive/1.13.1.tar.gz
+   sha256sums = 
e6bb26a16a592ea1a4b20b9ff2e84264265728ba48390c1f765b62517e276604
 
 pkgname = crystal


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=1.13.0
+pkgver=1.13.1
 pkgrel=1
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
@@ -16,7 +16,7 @@ optdepends=('shards: crystal language package manager'
 'gmp: For BigInt support'
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('c439c9b1d6f955351c11eeffe30da049abd6fac42526c0c9ea8efb5179bf2229')
+sha256sums=('e6bb26a16a592ea1a4b20b9ff2e84264265728ba48390c1f765b62517e276604')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/f7b975b9daa7e3fd4d808e007b476e76b1348c6e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/f7b975b9daa7e3fd4d808e007b476e76b1348c6e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal] Pushed new tag 1.13.1-1

2024-08-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.13.1-1 at Arch Linux / Packaging / Packages / 
crystal

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/tree/1.13.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bpftrace][main] upgpkg: 0.21.2-1

2024-08-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
bpftrace


Commits:
16188f34 by Anatol Pomozov at 2024-08-11T16:14:07-07:00
upgpkg: 0.21.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bpftrace
pkgdesc = High-level tracing language for Linux eBPF
-   pkgver = 0.21.0
-   pkgrel = 2
+   pkgver = 0.21.2
+   pkgrel = 1
url = https://github.com/iovisor/bpftrace
arch = x86_64
license = Apache-2.0
@@ -27,8 +27,8 @@ pkgbase = bpftrace
depends = zstd
options = !strip
options = !debug
-   source = 
https://github.com/iovisor/bpftrace/archive/v0.21.0/bpftrace-0.21.0.tar.gz
-   sha512sums = 
15ecce2a17f704a771b8fbcda77fc7e19da2066c2635e5f6829358b3fe08aeff58cc78f98d90087afe0b3effbcd2c061397b64aeb79511062cd5767519e35ad6
+   source = 
https://github.com/iovisor/bpftrace/archive/v0.21.2/bpftrace-0.21.2.tar.gz
+   sha512sums = 
8c64de94da29030dcde0680be90e3c16a5cd965a0066b1abe3c0740f11a78d70f383bf2e0bbe2fce639eddc7d45cb44508cc8a78743c205d7efa45734151e743
 
 pkgname = bpftrace
depends = glibc


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Tommaso Sardelli 
 
 pkgname=bpftrace
-pkgver=0.21.0
-pkgrel=2
+pkgver=0.21.2
+pkgrel=1
 pkgdesc='High-level tracing language for Linux eBPF'
 arch=('x86_64')
 url='https://github.com/iovisor/bpftrace'
@@ -13,7 +13,7 @@ makedepends=('binutils' 'cmake' 'llvm' 'git' 'linux-headers' 
'ninja' 'gtest' 'ce
  'asciidoctor' 'xxd')
 options=('!strip' '!debug')
 
source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz";)
-sha512sums=('15ecce2a17f704a771b8fbcda77fc7e19da2066c2635e5f6829358b3fe08aeff58cc78f98d90087afe0b3effbcd2c061397b64aeb79511062cd5767519e35ad6')
+sha512sums=('8c64de94da29030dcde0680be90e3c16a5cd965a0066b1abe3c0740f11a78d70f383bf2e0bbe2fce639eddc7d45cb44508cc8a78743c205d7efa45734151e743')
 
 build() {
   cmake -S bpftrace-$pkgver -B build -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/16188f34987fbbd873c860495048ee8df5cf3e98

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/16188f34987fbbd873c860495048ee8df5cf3e98
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bpftrace] Pushed new tag 0.21.2-1

2024-08-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.21.2-1 at Arch Linux / Packaging / Packages / 
bpftrace

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/tree/0.21.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/strace][main] upgpkg: 6.10-1

2024-08-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
strace


Commits:
3bcd9b32 by Anatol Pomozov at 2024-08-11T16:12:02-07:00
upgpkg: 6.10-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = strace
pkgdesc = A diagnostic, debugging and instructional userspace tracer
-   pkgver = 6.9
+   pkgver = 6.10
pkgrel = 1
url = https://strace.io/
arch = x86_64
license = LGPL-2.1-or-later
depends = perl
depends = libunwind
-   source = 
https://github.com/strace/strace/releases/download/v6.9/strace-6.9.tar.xz
-   source = 
https://github.com/strace/strace/releases/download/v6.9/strace-6.9.tar.xz.asc
+   source = 
https://github.com/strace/strace/releases/download/v6.10/strace-6.10.tar.xz
+   source = 
https://github.com/strace/strace/releases/download/v6.10/strace-6.10.tar.xz.asc
validpgpkeys = 296D6F29A020808E8717A8842DB5BD89A340AEB7
-   sha256sums = 
da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a
+   sha256sums = 
765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07
sha256sums = SKIP
 
 pkgname = strace


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=6.9
+pkgver=6.10
 pkgrel=1
 pkgdesc='A diagnostic, debugging and instructional userspace tracer'
 arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://strace.io/'
 license=(LGPL-2.1-or-later)
 depends=(perl libunwind)
 
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
-sha256sums=('da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a'
+sha256sums=('765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07'
 'SKIP')
 validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/3bcd9b32e61eb75b18c2dbb78a8016bd93abaebe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/3bcd9b32e61eb75b18c2dbb78a8016bd93abaebe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/strace] Pushed new tag 6.10-1

2024-08-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 6.10-1 at Arch Linux / Packaging / Packages / 
strace

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/tree/6.10-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocksdb] Pushed new tag 9.4.0-1

2024-07-30 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 9.4.0-1 at Arch Linux / Packaging / Packages / 
rocksdb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocksdb/-/tree/9.4.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocksdb][main] upgpkg: 9.4.0-1

2024-07-30 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
rocksdb


Commits:
29123ff5 by Anatol Pomozov at 2024-07-30T20:24:48-07:00
upgpkg: 9.4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rocksdb
pkgdesc = Embedded key-value store for fast storage
-   pkgver = 9.2.1
+   pkgver = 9.4.0
pkgrel = 1
url = https://rocksdb.org/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = rocksdb
depends = zstd
depends = tbb
depends = liburing
-   source = 
rocksdb-9.2.1.tar.gz::https://github.com/facebook/rocksdb/archive/v9.2.1.tar.gz
-   sha256sums = 
bb20fd9a07624e0dc1849a8e65833e5421960184f9c469d508b58ed8f40a780f
+   source = 
rocksdb-9.4.0.tar.gz::https://github.com/facebook/rocksdb/archive/v9.4.0.tar.gz
+   sha256sums = 
1f829976aa24b8ba432e156f52c9e0f0bd89c46dc0cc5a9a628ea70571c1551c
 
 pkgname = rocksdb


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: László Várady 
 
 pkgname=rocksdb
-pkgver=9.2.1
+pkgver=9.4.0
 pkgrel=1
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL2 Apache)
 depends=(bzip2 lz4 snappy zlib zstd tbb liburing)
 makedepends=(python)
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('bb20fd9a07624e0dc1849a8e65833e5421960184f9c469d508b58ed8f40a780f')
+sha256sums=('1f829976aa24b8ba432e156f52c9e0f0bd89c46dc0cc5a9a628ea70571c1551c')
 
 build() {
   cd rocksdb-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocksdb/-/commit/29123ff5e52112c80ad719dfa8502ef5f5e1abcb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocksdb/-/commit/29123ff5e52112c80ad719dfa8502ef5f5e1abcb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/apache] Pushed new tag 2.4.62-1

2024-07-18 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.4.62-1 at Arch Linux / Packaging / Packages / 
apache

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache/-/tree/2.4.62-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/apache][main] upgpkg: 2.4.62-1

2024-07-18 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
apache


Commits:
ab83c418 by Anatol Pomozov at 2024-07-18T17:27:01-07:00
upgpkg: 2.4.62-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = apache
pkgdesc = A high performance Unix-based HTTP server
-   pkgver = 2.4.61
+   pkgver = 2.4.62
pkgrel = 1
url = https://www.apache.org/dist/httpd
arch = x86_64
@@ -47,8 +47,8 @@ pkgbase = apache
backup = etc/httpd/conf/mime.types
backup = etc/httpd/conf/magic
backup = etc/logrotate.d/httpd
-   source = https://www.apache.org/dist/httpd/httpd-2.4.61.tar.bz2
-   source = https://www.apache.org/dist/httpd/httpd-2.4.61.tar.bz2.asc
+   source = https://www.apache.org/dist/httpd/httpd-2.4.62.tar.bz2
+   source = https://www.apache.org/dist/httpd/httpd-2.4.62.tar.bz2.asc
source = apache.tmpfiles.conf
source = httpd.logrotate
source = httpd.service
@@ -59,7 +59,7 @@ pkgbase = apache
validpgpkeys = 26F51EF9A82F4ACB43F1903ED377C9E7D1944C66
validpgpkeys = E3480043595621FE56105F112AB12A7ADC55C003
validpgpkeys = 65B2D44FE74BD5E3DE3AC3F082781DE46D5954FA
-   sha256sums = 
ea8ba86fd95bd594d15e46d25ac5bbda82ae0c9122ad93998cc539c133eaceb6
+   sha256sums = 
674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec
sha256sums = SKIP
sha256sums = 
63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf
sha256sums = 
0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apache
-pkgver=2.4.61
+pkgver=2.4.62
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('x86_64')
@@ -42,7 +42,7 @@ source=(
 httpd.service
 arch.layout
 )
-sha256sums=('ea8ba86fd95bd594d15e46d25ac5bbda82ae0c9122ad93998cc539c133eaceb6'
+sha256sums=('674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec'
 'SKIP'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache/-/commit/ab83c418324f364f2d0096daefdec4757770a84f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache/-/commit/ab83c418324f364f2d0096daefdec4757770a84f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libcplusplus] Pushed new tag 18.1.8-2

2024-07-18 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 18.1.8-2 at Arch Linux / Packaging / Packages / 
libc++

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcplusplus/-/tree/18.1.8-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libcplusplus][main] Enable std modules

2024-07-18 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
libc++


Commits:
0463b818 by Anatol Pomozov at 2024-07-18T17:25:15-07:00
Enable std modules

Closes #2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libc++
pkgver = 18.1.8
-   pkgrel = 1
+   pkgrel = 2
url = https://libcxx.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception
@@ -19,7 +19,7 @@ pkgbase = libc++
 
 pkgname = libc++
pkgdesc = LLVM C++ standard library.
-   depends = libc++abi=18.1.8-1
+   depends = libc++abi=18.1.8-2
options = staticlibs
 
 pkgname = libc++abi


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=libc++
 pkgname=(libc++ libc++abi)
 pkgver=18.1.8
-pkgrel=1
+pkgrel=2
 url="https://libcxx.llvm.org/";
 license=('custom:Apache 2.0 with LLVM Exception')
 arch=('x86_64')
@@ -36,6 +36,7 @@ build() {
 -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
 -DLLVM_EXTERNAL_LIT=/usr/bin/lit \
 -DLLVM_ENABLE_PIC=ON \
+-DLIBCXX_INSTALL_MODULES=ON \
 -DLIBCXXABI_USE_LLVM_UNWINDER=OFF \
 ../llvm-project-$pkgver.src/runtimes
   ninja cxx cxxabi
@@ -65,6 +66,7 @@ package_libc++abi() {
   options=('staticlibs')
 
   DESTDIR="$pkgdir" ninja -C build install-cxxabi
+  DESTDIR="$pkgdir" ninja -C build install-cxx-modules
   install -Dm0644 llvm-project-$pkgver.src/libcxxabi/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
   install -Dm0644 llvm-project-$pkgver.src/libcxxabi/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcplusplus/-/commit/0463b81800b25f775450d882648f8eafbf5bb90d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcplusplus/-/commit/0463b81800b25f775450d882648f8eafbf5bb90d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tinygo][main] upgpkg: 0.32.0-1

2024-07-12 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
tinygo


Commits:
2d171216 by Anatol Pomozov at 2024-07-12T19:48:38-07:00
upgpkg: 0.32.0-1

Binaries are stripped now which makes the package much smaller

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + disable_werror_binaryen.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tinygo
pkgdesc = Go compiler for small places. Microcontrollers, WebAssembly, 
and command-line tools. Based on LLVM.
-   pkgver = 0.31.2
+   pkgver = 0.32.0
pkgrel = 1
url = https://github.com/tinygo-org/tinygo
arch = x86_64
@@ -10,13 +10,12 @@ pkgbase = tinygo
makedepends = cmake
makedepends = ninja
makedepends = python
-   options = !strip
options = !lto
-   source = git+https://github.com/tinygo-org/tinygo#tag=v0.31.2
+   source = git+https://github.com/tinygo-org/tinygo#tag=v0.32.0
source = git+https://github.com/NordicSemiconductor/nrfx.git
source = git+https://github.com/ARM-software/CMSIS.git
source = git+https://github.com/avr-rust/avr-mcu.git
-   source = git+https://github.com/cmsis-svd/cmsis-svd-data
+   source = git+https://github.com/cmsis-svd/cmsis-svd-data#branch=main
source = git+https://github.com/WebAssembly/wasi-libc
source = git+https://github.com/keith-packard/picolibc.git
source = git+https://github.com/tinygo-org/stm32-svd
@@ -25,9 +24,10 @@ pkgbase = tinygo
source = git+https://github.com/mingw-w64/mingw-w64.git
source = git+https://github.com/aykevl/macos-minimal-sdk.git
source = git+https://github.com/tinygo-org/renesas-svd.git
-   source = git+https://github.com/tinygo-org/net.git
-   source = 
git+https://github.com/espressif/llvm-project#branch=xtensa_release_17.0.1
-   sha256sums = SKIP
+   source = git+https://github.com/tinygo-org/net.git#branch=dev
+   source = 
git+https://github.com/tinygo-org/llvm-project#branch=tinygo_xtensa_release_18.1.2
+   source = disable_werror_binaryen.patch
+   sha256sums = 
7501e324cc21b1fe5b5bf4dfac3837d84a2543fc7775e40e047a864c0b5c04b0
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
@@ -42,5 +42,6 @@ pkgbase = tinygo
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+   sha256sums = 
a40313ae7b1cb10fcf103ac4cb85010ef5f433bcd254e0e5eb3548ac4acbb7cf
 
 pkgname = tinygo


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tinygo
-pkgver=0.31.2
+pkgver=0.32.0
 pkgrel=1
 pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
 arch=(x86_64)
@@ -17,7 +17,7 @@ source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver
 git+https://github.com/NordicSemiconductor/nrfx.git
 git+https://github.com/ARM-software/CMSIS.git
 git+https://github.com/avr-rust/avr-mcu.git
-git+https://github.com/cmsis-svd/cmsis-svd-data
+git+https://github.com/cmsis-svd/cmsis-svd-data#branch=main
 git+https://github.com/WebAssembly/wasi-libc
 git+https://github.com/keith-packard/picolibc.git
 git+https://github.com/tinygo-org/stm32-svd
@@ -26,9 +26,10 @@ source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver
 git+https://github.com/mingw-w64/mingw-w64.git
 git+https://github.com/aykevl/macos-minimal-sdk.git
 git+https://github.com/tinygo-org/renesas-svd.git
-git+https://github.com/tinygo-org/net.git
-   
git+https://github.com/espressif/llvm-project#branch=xtensa_release_17.0.1)
-sha256sums=('SKIP'
+git+https://github.com/tinygo-org/net.git#branch=dev
+
git+https://github.com/tinygo-org/llvm-project#branch=tinygo_xtensa_release_18.1.2
+disable_werror_binaryen.patch)
+sha256sums=('7501e324cc21b1fe5b5bf4dfac3837d84a2543fc7775e40e047a864c0b5c04b0'
 'SKIP'
 'SKIP'
 'SKIP'
@@ -42,7 +43,8 @@ sha256sums=('SKIP'
 'SKIP'
 'SKIP'
 'SKIP'
-'SKIP')
+'SKIP'
+'a40313ae7b1cb10fcf103ac4cb85010ef5f433bcd254e0e5eb3548ac4acbb7cf')
 
 prepare() {
   cd tinygo
@@ -68,6 +70,8 @@ prepare() {
   git -c protocol.file.allow=always submodule update
 
   ln -sf ../llvm-project
+
+  patch -p1 < ../disable_werror_binaryen.patch # 
https://github.com/tinygo-org/tinygo/issues/4332
 }
 
 build() {


=
disable_werror_binaryen.patch
=
@@ -0,0 +1,13 @@
+diff --git a/GNUmakefile b/GNUmakefile
+index 2cc70df7..1ab69bc3 100644
+--- a/GNUmak

[Git][archlinux/packaging/packages/tinygo] Pushed new tag 0.32.0-1

2024-07-12 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.32.0-1 at Arch Linux / Packaging / Packages / 
tinygo

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/tree/0.32.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal] Pushed new tag 1.13.0-1

2024-07-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.13.0-1 at Arch Linux / Packaging / Packages / 
crystal

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/tree/1.13.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal][main] upgpkg: 1.13.0-1

2024-07-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
crystal


Commits:
da1be2df by Anatol Pomozov at 2024-07-09T16:27:05-07:00
upgpkg: 1.13.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = crystal
pkgdesc = The Crystal Programming Language
-   pkgver = 1.12.2
-   pkgrel = 2
+   pkgver = 1.13.0
+   pkgrel = 1
url = https://crystal-lang.org
arch = x86_64
license = Apache
@@ -21,7 +21,7 @@ pkgbase = crystal
optdepends = libyaml: For YAML support
optdepends = gmp: For BigInt support
optdepends = libxml2: For XML support
-   source = 
crystal-1.12.2.tar.gz::https://github.com/crystal-lang/crystal/archive/1.12.2.tar.gz
-   sha256sums = 
ed515b9cb64f557387aa865fc7232045fbb038c3db4c968ffabba40ae4ef9c8a
+   source = 
crystal-1.13.0.tar.gz::https://github.com/crystal-lang/crystal/archive/1.13.0.tar.gz
+   sha256sums = 
c439c9b1d6f955351c11eeffe30da049abd6fac42526c0c9ea8efb5179bf2229
 
 pkgname = crystal


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=1.12.2
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='https://crystal-lang.org'
@@ -16,7 +16,7 @@ optdepends=('shards: crystal language package manager'
 'gmp: For BigInt support'
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('ed515b9cb64f557387aa865fc7232045fbb038c3db4c968ffabba40ae4ef9c8a')
+sha256sums=('c439c9b1d6f955351c11eeffe30da049abd6fac42526c0c9ea8efb5179bf2229')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/da1be2df577b2b5fcacb3943a55d1ce3428baeb8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/da1be2df577b2b5fcacb3943a55d1ce3428baeb8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sysstat][main] upgpkg: 12.7.6-1

2024-07-04 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
sysstat


Commits:
fd871257 by Anatol Pomozov at 2024-07-04T08:47:38-07:00
upgpkg: 12.7.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,8 +1,8 @@
 pkgbase = sysstat
pkgdesc = a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)
-   pkgver = 12.7.5
+   pkgver = 12.7.6
pkgrel = 1
-   url = http://pagesperso-orange.fr/sebastien.godard/
+   url = https://sysstat.github.io/
arch = x86_64
license = GPL
makedepends = systemd
@@ -12,9 +12,9 @@ pkgbase = sysstat
options = zipman
backup = etc/conf.d/sysstat
backup = etc/conf.d/sysstat.ioconf
-   source = 
https://github.com/sysstat/sysstat/archive/refs/tags/v12.7.5.tar.gz
+   source = 
https://github.com/sysstat/sysstat/archive/refs/tags/v12.7.6.tar.gz
source = lib64-fix.patch
-   sha512sums = 
97a96023b3d7e579184e1394b7a1ff8cc09654359a9f103ba954464aae8f31dbac275ff238e24cce57aa83a212bf18d91734f3f77f7c0ebc9c18b8958730753e
+   sha512sums = 
cda727638b7078fc80ec8d227db6afe2fcca40a4117b87f44162d065c7b799545120894113205a342119f90e93f59c4641c573bce619e7c4955ec51407ff00b0
sha512sums = 
6caae9962a636e5152b0462d0dce835d8f658848723bee2d7ac903a0f170a491882c819457c882bcee41159960fa243fb843a2389c9a4ceeea061a5520e01103
 
 pkgname = sysstat


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Martin Devera 
 
 pkgname=sysstat
-pkgver=12.7.5
+pkgver=12.7.6
 pkgrel=1
 pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
 arch=('x86_64')
@@ -17,7 +17,7 @@ backup=('etc/conf.d/sysstat'
'etc/conf.d/sysstat.ioconf')
 
source=("https://github.com/sysstat/sysstat/archive/refs/tags/v${pkgver}.tar.gz";
'lib64-fix.patch')
-sha512sums=('97a96023b3d7e579184e1394b7a1ff8cc09654359a9f103ba954464aae8f31dbac275ff238e24cce57aa83a212bf18d91734f3f77f7c0ebc9c18b8958730753e'
+sha512sums=('cda727638b7078fc80ec8d227db6afe2fcca40a4117b87f44162d065c7b799545120894113205a342119f90e93f59c4641c573bce619e7c4955ec51407ff00b0'
 
'6caae9962a636e5152b0462d0dce835d8f658848723bee2d7ac903a0f170a491882c819457c882bcee41159960fa243fb843a2389c9a4ceeea061a5520e01103')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sysstat/-/commit/fd8712574b6c772826d884978799acebf2dcc349

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sysstat/-/commit/fd8712574b6c772826d884978799acebf2dcc349
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sysstat] Pushed new tag 12.7.6-1

2024-07-04 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 12.7.6-1 at Arch Linux / Packaging / Packages / 
sysstat

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sysstat/-/tree/12.7.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/apache] Pushed new tag 2.4.61-1

2024-07-03 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.4.61-1 at Arch Linux / Packaging / Packages / 
apache

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache/-/tree/2.4.61-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/apache][main] upgpkg: 2.4.61-1

2024-07-03 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
apache


Commits:
da75ed9d by Anatol Pomozov at 2024-07-03T17:10:06-07:00
upgpkg: 2.4.61-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = apache
pkgdesc = A high performance Unix-based HTTP server
-   pkgver = 2.4.60
+   pkgver = 2.4.61
pkgrel = 1
url = https://www.apache.org/dist/httpd
arch = x86_64
@@ -47,8 +47,8 @@ pkgbase = apache
backup = etc/httpd/conf/mime.types
backup = etc/httpd/conf/magic
backup = etc/logrotate.d/httpd
-   source = https://www.apache.org/dist/httpd/httpd-2.4.60.tar.bz2
-   source = https://www.apache.org/dist/httpd/httpd-2.4.60.tar.bz2.asc
+   source = https://www.apache.org/dist/httpd/httpd-2.4.61.tar.bz2
+   source = https://www.apache.org/dist/httpd/httpd-2.4.61.tar.bz2.asc
source = apache.tmpfiles.conf
source = httpd.logrotate
source = httpd.service
@@ -59,7 +59,7 @@ pkgbase = apache
validpgpkeys = 26F51EF9A82F4ACB43F1903ED377C9E7D1944C66
validpgpkeys = E3480043595621FE56105F112AB12A7ADC55C003
validpgpkeys = 65B2D44FE74BD5E3DE3AC3F082781DE46D5954FA
-   sha256sums = 
7b1ec7ec5635da7cb01550513215a90f8b2f52bb7c90cf3e97ede936d3e55b0f
+   sha256sums = 
ea8ba86fd95bd594d15e46d25ac5bbda82ae0c9122ad93998cc539c133eaceb6
sha256sums = SKIP
sha256sums = 
63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf
sha256sums = 
0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apache
-pkgver=2.4.60
+pkgver=2.4.61
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('x86_64')
@@ -42,7 +42,7 @@ source=(
 httpd.service
 arch.layout
 )
-sha256sums=('7b1ec7ec5635da7cb01550513215a90f8b2f52bb7c90cf3e97ede936d3e55b0f'
+sha256sums=('ea8ba86fd95bd594d15e46d25ac5bbda82ae0c9122ad93998cc539c133eaceb6'
 'SKIP'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache/-/commit/da75ed9dd164807d19e0231cdfc531744e0d8d0b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache/-/commit/da75ed9dd164807d19e0231cdfc531744e0d8d0b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/apache][main] upgpkg: 2.4.60-1

2024-07-01 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
apache


Commits:
fd829db4 by Anatol Pomozov at 2024-07-01T10:24:23-07:00
upgpkg: 2.4.60-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = apache
pkgdesc = A high performance Unix-based HTTP server
-   pkgver = 2.4.59
+   pkgver = 2.4.60
pkgrel = 1
url = https://www.apache.org/dist/httpd
arch = x86_64
@@ -47,8 +47,8 @@ pkgbase = apache
backup = etc/httpd/conf/mime.types
backup = etc/httpd/conf/magic
backup = etc/logrotate.d/httpd
-   source = https://www.apache.org/dist/httpd/httpd-2.4.59.tar.bz2
-   source = https://www.apache.org/dist/httpd/httpd-2.4.59.tar.bz2.asc
+   source = https://www.apache.org/dist/httpd/httpd-2.4.60.tar.bz2
+   source = https://www.apache.org/dist/httpd/httpd-2.4.60.tar.bz2.asc
source = apache.tmpfiles.conf
source = httpd.logrotate
source = httpd.service
@@ -59,7 +59,7 @@ pkgbase = apache
validpgpkeys = 26F51EF9A82F4ACB43F1903ED377C9E7D1944C66
validpgpkeys = E3480043595621FE56105F112AB12A7ADC55C003
validpgpkeys = 65B2D44FE74BD5E3DE3AC3F082781DE46D5954FA
-   sha256sums = 
ec51501ec480284ff52f637258135d333230a7d229c3afa6f6c2f9040e321323
+   sha256sums = 
7b1ec7ec5635da7cb01550513215a90f8b2f52bb7c90cf3e97ede936d3e55b0f
sha256sums = SKIP
sha256sums = 
63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf
sha256sums = 
0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apache
-pkgver=2.4.59
+pkgver=2.4.60
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('x86_64')
@@ -42,7 +42,7 @@ source=(
 httpd.service
 arch.layout
 )
-sha256sums=('ec51501ec480284ff52f637258135d333230a7d229c3afa6f6c2f9040e321323'
+sha256sums=('7b1ec7ec5635da7cb01550513215a90f8b2f52bb7c90cf3e97ede936d3e55b0f'
 'SKIP'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache/-/commit/fd829db4314f8da63cc05e5ea958fb7c9cc3392b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache/-/commit/fd829db4314f8da63cc05e5ea958fb7c9cc3392b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/apache] Pushed new tag 2.4.60-1

2024-07-01 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.4.60-1 at Arch Linux / Packaging / Packages / 
apache

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache/-/tree/2.4.60-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bpftrace] Pushed new tag 0.21.0-2

2024-06-30 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.21.0-2 at Arch Linux / Packaging / Packages / 
bpftrace

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/tree/0.21.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bpftrace][main] LLVM18 rebuild

2024-06-30 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
bpftrace


Commits:
963fe02e by Anatol Pomozov at 2024-06-30T10:45:27-07:00
LLVM18 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bpftrace
pkgdesc = High-level tracing language for Linux eBPF
pkgver = 0.21.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/iovisor/bpftrace
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=bpftrace
 pkgver=0.21.0
-pkgrel=1
+pkgrel=2
 pkgdesc='High-level tracing language for Linux eBPF'
 arch=('x86_64')
 url='https://github.com/iovisor/bpftrace'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/963fe02e0b90b4c430bb7a32090c730f6080c54b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/963fe02e0b90b4c430bb7a32090c730f6080c54b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lua] Pushed new tag 5.4.7-1

2024-06-25 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 5.4.7-1 at Arch Linux / Packaging / Packages / lua

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lua/-/tree/5.4.7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lua][main] upgpkg: 5.4.7-1

2024-06-25 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / lua


Commits:
e852e632 by Anatol Pomozov at 2024-06-25T10:43:07-07:00
upgpkg: 5.4.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,18 @@
 pkgbase = lua
pkgdesc = Powerful lightweight programming language designed for 
extending applications
-   pkgver = 5.4.6
-   pkgrel = 3
+   pkgver = 5.4.7
+   pkgrel = 1
url = https://www.lua.org/
arch = x86_64
license = MIT
depends = readline
options = !emptydirs
-   source = https://www.lua.org/ftp/lua-5.4.6.tar.gz
+   source = https://www.lua.org/ftp/lua-5.4.7.tar.gz
source = liblua.so.patch
source = paths.patch
source = lua.pc
source = LICENSE
-   sha256sums = 
7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88
+   sha256sums = 
9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30
sha256sums = 
644fba6f3e03c4d0c394d241149fc558da79d0114e7816c2a597097304249cb7
sha256sums = 
6bb84383498a96514d4c7deb79fd45bf484fa5e3253a1574a3311ee0bb7c24fa
sha256sums = 
ca9252633e782b8f85d6a94ea4f6babd4fe30bd759085b373160b1878e36ff78


=
PKGBUILD
=
@@ -5,9 +5,9 @@
 # Contributor: Damir Perisa 
 
 pkgname=lua
-pkgver=5.4.6
+pkgver=5.4.7
 _majorver=${pkgver%.*}
-pkgrel=3
+pkgrel=1
 pkgdesc='Powerful lightweight programming language designed for extending 
applications'
 arch=('x86_64')
 url='https://www.lua.org/'
@@ -19,7 +19,7 @@ source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
 paths.patch
 lua.pc
 LICENSE)
-sha256sums=('7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88'
+sha256sums=('9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30'
 '644fba6f3e03c4d0c394d241149fc558da79d0114e7816c2a597097304249cb7'
 '6bb84383498a96514d4c7deb79fd45bf484fa5e3253a1574a3311ee0bb7c24fa'
 'ca9252633e782b8f85d6a94ea4f6babd4fe30bd759085b373160b1878e36ff78'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lua/-/commit/e852e632500de8297229d9860229ed218de1ef4c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lua/-/commit/e852e632500de8297229d9860229ed218de1ef4c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bpftrace][main] upgpkg: 0.21.0-1

2024-06-21 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
bpftrace


Commits:
8a600769 by Anatol Pomozov at 2024-06-21T12:39:14-07:00
upgpkg: 0.21.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = bpftrace
pkgdesc = High-level tracing language for Linux eBPF
-   pkgver = 0.20.4
+   pkgver = 0.21.0
pkgrel = 1
url = https://github.com/iovisor/bpftrace
arch = x86_64
@@ -27,8 +27,8 @@ pkgbase = bpftrace
depends = zstd
options = !strip
options = !debug
-   source = 
https://github.com/iovisor/bpftrace/archive/v0.20.4/bpftrace-0.20.4.tar.gz
-   sha512sums = 
a8d5b5bd7d35f9bb308cd7d0ae4eaee899312d3e6540164d3b29eac61159983ea01350311f53b7b6c5023844bde9a2cd3a2d50459116261a536c0e6e52963462
+   source = 
https://github.com/iovisor/bpftrace/archive/v0.21.0/bpftrace-0.21.0.tar.gz
+   sha512sums = 
15ecce2a17f704a771b8fbcda77fc7e19da2066c2635e5f6829358b3fe08aeff58cc78f98d90087afe0b3effbcd2c061397b64aeb79511062cd5767519e35ad6
 
 pkgname = bpftrace
depends = glibc


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Tommaso Sardelli 
 
 pkgname=bpftrace
-pkgver=0.20.4
+pkgver=0.21.0
 pkgrel=1
 pkgdesc='High-level tracing language for Linux eBPF'
 arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('binutils' 'cmake' 'llvm' 'git' 'linux-headers' 
'ninja' 'gtest' 'ce
  'asciidoctor' 'xxd')
 options=('!strip' '!debug')
 
source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz";)
-sha512sums=('a8d5b5bd7d35f9bb308cd7d0ae4eaee899312d3e6540164d3b29eac61159983ea01350311f53b7b6c5023844bde9a2cd3a2d50459116261a536c0e6e52963462')
+sha512sums=('15ecce2a17f704a771b8fbcda77fc7e19da2066c2635e5f6829358b3fe08aeff58cc78f98d90087afe0b3effbcd2c061397b64aeb79511062cd5767519e35ad6')
 
 build() {
   cmake -S bpftrace-$pkgver -B build -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/8a6007699f406c9980ee8f27796866bbedafecbd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/8a6007699f406c9980ee8f27796866bbedafecbd
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bpftrace] Pushed new tag 0.21.0-1

2024-06-21 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.21.0-1 at Arch Linux / Packaging / Packages / 
bpftrace

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/tree/0.21.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libelfin][main] 2 commits: Rebuild package

2024-06-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
libelfin


Commits:
699f3302 by Anatol Pomozov at 2024-06-08T18:10:44-07:00
Rebuild package

The package has not rebuilt since 2019 and still uses the old
compression format. Time for a rebuild.

- - - - -
d6218a72 by Anatol Pomozov at 2024-06-08T18:12:25-07:00
upgpkg: 0.3.r7.ge017276-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = libelfin
+   pkgdesc = C++11 ELF/DWARF parser
+   pkgver = 0.3.r7.ge017276
+   pkgrel = 1
+   url = https://github.com/aclements/libelfin
+   arch = x86_64
+   license = MIT
+   makedepends = python
+   makedepends = git
+   depends = gcc-libs
+   source = 
git+https://github.com/aclements/libelfin#commit=e0172767b79b76373044118ef0272b49b02a0894
+   source = reproducible.patch
+   sha256sums = 
47e9f778b93f5ed22f753fc47cc5adfd7c1dfb462ade641ee33223c49a44b115
+   sha256sums = 
152a7eab55b4de3cefa0020066ff82bdbc307a695bfe8362d4d8055cbbf654d8
+
+pkgname = libelfin


=
PKGBUILD
=
@@ -1,34 +1,37 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=libelfin
-pkgver=0.3
-pkgrel=2
+pkgver=0.3.r7.ge017276
+pkgrel=1
+_commit=e0172767b79b76373044118ef0272b49b02a0894
 pkgdesc='C++11 ELF/DWARF parser'
 arch=(x86_64)
 url='https://github.com/aclements/libelfin'
 license=(MIT)
 depends=(gcc-libs)
-makedepends=(python)
-source=(libelfin-$pkgver.zip::https://github.com/aclements/libelfin/archive/v$pkgver.zip
-   
make_prefix.patch::https://github.com/aclements/libelfin/commit/6e26e3bb6feeb851d87c74c9cd39a2374b9bab0a.patch
+makedepends=(python git)
+source=(git+https://github.com/aclements/libelfin#commit=$_commit
 reproducible.patch)
-sha256sums=('e85c9edd583a59a08b97c34e5f385162fb32135cd09977aaefbc1bbcac9d51e7'
-'9f6ed990971de640c9e1dd2c1b79b973915d53e5b330a367aee3f93d2cf18ed4'
+sha256sums=('47e9f778b93f5ed22f753fc47cc5adfd7c1dfb462ade641ee33223c49a44b115'
 '152a7eab55b4de3cefa0020066ff82bdbc307a695bfe8362d4d8055cbbf654d8')
 
+pkgver() {
+  cd $pkgname
+  git describe --tag --long --abbrev=7 | sed 's/^v//;s/-/.r/;s/-/./'
+}
+
+
 prepare() {
-  cd libelfin-$pkgver
+  cd libelfin
   patch -p1 < ../reproducible.patch
-
-  patch -p1 < ../make_prefix.patch # 
https://github.com/aclements/libelfin/pull/42
 }
 
 build() {
-  cd libelfin-$pkgver
+  cd libelfin
   VER=$pkgver make
 }
 
 package() {
-  cd libelfin-$pkgver
+  cd libelfin
   VER=$pkgver PREFIX=/usr DESTDIR="$pkgdir" make install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libelfin/-/compare/2d8ac52ab4b1fe19af0974434d43128f36031d28...d6218a727c210db458e65a4d8fdbc82ed3ad3f39

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libelfin/-/compare/2d8ac52ab4b1fe19af0974434d43128f36031d28...d6218a727c210db458e65a4d8fdbc82ed3ad3f39
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libelfin] Pushed new tag 0.3.r7.ge017276-1

2024-06-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.3.r7.ge017276-1 at Arch Linux / Packaging / 
Packages / libelfin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libelfin/-/tree/0.3.r7.ge017276-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/avr-libc] Pushed new tag 2.2.0-1

2024-06-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.2.0-1 at Arch Linux / Packaging / Packages / 
avr-libc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-libc/-/tree/2.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/avr-libc][main] upgpkg: 2.2.0-1

2024-06-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
avr-libc


Commits:
218a9b68 by Anatol Pomozov at 2024-06-08T16:38:58-07:00
upgpkg: 2.2.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = avr-libc
+   pkgdesc = The C runtime library for the AVR family of microcontrollers
+   pkgver = 2.2.0
+   pkgrel = 1
+   url = https://github.com/avrdudes/avr-libc
+   arch = any
+   license = BSD
+   makedepends = python
+   depends = avr-gcc
+   options = !strip
+   source = 
https://github.com/avrdudes/avr-libc/archive/refs/tags/avr-libc-2_2_0-release.tar.gz
+   validpgpkeys = 56628323218C669FF578705C7E9EADC3030D34EB
+   b2sums = 
c4358095c2d43493172e7deff4d5aa942bf1d5c7dcfcc09814f3926d0202fc6ea4f35c7a7a5f67675718c5abbf652b86ccaa48323d3b6aa1763922a05d57ace2
+
+pkgname = avr-libc


=
PKGBUILD
=
@@ -4,17 +4,18 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-libc
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='The C runtime library for the AVR family of microcontrollers'
 arch=(any)
 url='https://github.com/avrdudes/avr-libc'
 license=(BSD)
 depends=(avr-gcc)
+makedepends=(python)
 options=(!strip) # it corrupts avr libraries
 _tag=avr-libc-${pkgver//./_}-release
 source=(https://github.com/avrdudes/avr-libc/archive/refs/tags/$_tag.tar.gz)
-b2sums=('a2256e20bd4069ca30e86148ddf366a49ff04ef28dcd69f760732419a8c3a7a0468624fb8a7519d3dd860a300f9335897e40de630033dbb869880e062048d3c6')
+b2sums=('c4358095c2d43493172e7deff4d5aa942bf1d5c7dcfcc09814f3926d0202fc6ea4f35c7a7a5f67675718c5abbf652b86ccaa48323d3b6aa1763922a05d57ace2')
 validpgpkeys=('56628323218C669FF578705C7E9EADC3030D34EB') # Joerg Wunsch
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-libc/-/commit/218a9b681afd7346879dfa0aac756a0d4a9b9b45

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-libc/-/commit/218a9b681afd7346879dfa0aac756a0d4a9b9b45
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ethtool][main] upgpkg: 1:6.9-1

2024-06-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
ethtool


Commits:
fd15ae63 by Anatol Pomozov at 2024-06-08T16:33:43-07:00
upgpkg: 1:6.9-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ethtool
pkgdesc = Utility for controlling network drivers and hardware
-   pkgver = 6.7
+   pkgver = 6.9
pkgrel = 1
epoch = 1
url = https://www.kernel.org/pub/software/network/ethtool/
@@ -8,11 +8,11 @@ pkgbase = ethtool
license = GPL
depends = glibc
depends = libmnl
-   source = 
https://www.kernel.org/pub/software/network/ethtool/ethtool-6.7.tar.xz
-   source = 
https://www.kernel.org/pub/software/network/ethtool/ethtool-6.7.tar.sign
+   source = 
https://www.kernel.org/pub/software/network/ethtool/ethtool-6.9.tar.xz
+   source = 
https://www.kernel.org/pub/software/network/ethtool/ethtool-6.9.tar.sign
validpgpkeys = CE4A4D080F0D304F23B9EBDD972D5BF4DC613806
validpgpkeys = D2CB120AB45957B721CD9596F4554567B91DE934
-   sha256sums = 
c3ae526b01ce4d8df6c794ab170de4a4104d111ea8d8db3f1fd7c25fcb905619
+   sha256sums = 
a71b0354010661c5cf178bc606ed50fcb91805cf1897ad0eb2818387a5fd0cd9
sha256sums = SKIP
 
 pkgname = ethtool


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Martin Kemp 
 
 pkgname=ethtool
-pkgver=6.7
+pkgver=6.9
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -12,7 +12,7 @@ url="https://www.kernel.org/pub/software/network/ethtool/";
 license=('GPL')
 depends=('glibc' 'libmnl')
 
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('c3ae526b01ce4d8df6c794ab170de4a4104d111ea8d8db3f1fd7c25fcb905619'
+sha256sums=('a71b0354010661c5cf178bc606ed50fcb91805cf1897ad0eb2818387a5fd0cd9'
 'SKIP')
 validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806  # John W. Linville 

   D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ethtool/-/commit/fd15ae630c05646933bc02d2c9a049e689a28c50

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ethtool/-/commit/fd15ae630c05646933bc02d2c9a049e689a28c50
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ethtool] Pushed new tag 1-6.9-1

2024-06-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1-6.9-1 at Arch Linux / Packaging / Packages / 
ethtool

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ethtool/-/tree/1-6.9-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/virglrenderer] Pushed new tag 1.0.1-2

2024-06-01 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.0.1-2 at Arch Linux / Packaging / Packages / 
virglrenderer

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/tree/1.0.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/virglrenderer][main] upgpkg: 1.0.1-2

2024-06-01 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
virglrenderer


Commits:
8c1163d3 by Anatol Pomozov at 2024-06-01T23:49:33-07:00
upgpkg: 1.0.1-2

Close #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = virglrenderer
pkgdesc = A virtual 3D GPU library, that allows the guest operating 
system to use the host GPU to accelerate 3D rendering
pkgver = 1.0.1
-   pkgrel = 1
+   pkgrel = 2
url = https://virgil3d.github.io/
arch = x86_64
license = MIT
@@ -9,11 +9,11 @@ pkgbase = virglrenderer
makedepends = python
makedepends = meson
makedepends = ninja
-   makedepends = vulkan-icd-loader
makedepends = vulkan-headers
depends = libepoxy
depends = mesa
depends = libva
+   depends = vulkan-icd-loader
source = 
virglrenderer-1.0.1.tar.bz2::https://gitlab.freedesktop.org/virgl/virglrenderer/-/archive/virglrenderer-1.0.1/virglrenderer-virglrenderer-1.0.1.tar.bz2
sha256sums = 
940b3b9a9cc91ba241182c8211f829e594b36745352fec4fc3c9bf22675ca392
 


=
PKGBUILD
=
@@ -2,13 +2,13 @@
 
 pkgname=virglrenderer
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A virtual 3D GPU library, that allows the guest operating system to 
use the host GPU to accelerate 3D rendering'
 arch=(x86_64)
 url='https://virgil3d.github.io/'
 license=(MIT)
-depends=(libepoxy mesa libva)
-makedepends=(python meson ninja vulkan-icd-loader vulkan-headers)
+depends=(libepoxy mesa libva vulkan-icd-loader)
+makedepends=(python meson ninja vulkan-headers)
 checkdepends=(check)
 _tag=virglrenderer-$pkgver
 
source=(virglrenderer-$pkgver.tar.bz2::https://gitlab.freedesktop.org/virgl/virglrenderer/-/archive/$_tag/virglrenderer-$_tag.tar.bz2)
@@ -16,7 +16,7 @@ 
sha256sums=('940b3b9a9cc91ba241182c8211f829e594b36745352fec4fc3c9bf22675ca392')
 
 build() {
   cd virglrenderer-$_tag
-  meson --prefix=/usr build \
+  meson --prefix=/usr --libexecdir=lib/$pkgname build \
 -Dvideo=true \
 -Dvenus=true \
 # -Dtests=true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/commit/8c1163d3346582528b6049363db2493addccb9a9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/commit/8c1163d3346582528b6049363db2493addccb9a9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal][main] upgpkg: 1.12.2-1

2024-05-31 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
crystal


Commits:
72a74a5e by Anatol Pomozov at 2024-05-31T18:57:32-07:00
upgpkg: 1.12.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = crystal
pkgdesc = The Crystal Programming Language
-   pkgver = 1.12.1
+   pkgver = 1.12.2
pkgrel = 1
url = https://crystal-lang.org
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = crystal
optdepends = libyaml: For YAML support
optdepends = gmp: For BigInt support
optdepends = libxml2: For XML support
-   source = 
crystal-1.12.1.tar.gz::https://github.com/crystal-lang/crystal/archive/1.12.1.tar.gz
-   sha256sums = 
8f464ec302696c6a60410c4234569989c10bcd5004f1563b8047c5e3e1c8ba1f
+   source = 
crystal-1.12.2.tar.gz::https://github.com/crystal-lang/crystal/archive/1.12.2.tar.gz
+   sha256sums = 
ed515b9cb64f557387aa865fc7232045fbb038c3db4c968ffabba40ae4ef9c8a
 
 pkgname = crystal


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
@@ -16,7 +16,7 @@ optdepends=('shards: crystal language package manager'
 'gmp: For BigInt support'
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('8f464ec302696c6a60410c4234569989c10bcd5004f1563b8047c5e3e1c8ba1f')
+sha256sums=('ed515b9cb64f557387aa865fc7232045fbb038c3db4c968ffabba40ae4ef9c8a')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/72a74a5ec37d1efd48eacf877c7bd4220787e405

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/72a74a5ec37d1efd48eacf877c7bd4220787e405
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal] Pushed new tag 1.12.2-1

2024-05-31 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.12.2-1 at Arch Linux / Packaging / Packages / 
crystal

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/tree/1.12.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pacoloco][main] upgpkg: 1.7-1

2024-05-31 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
pacoloco


Commits:
40d0a07d by Anatol Pomozov at 2024-05-31T18:19:30-07:00
upgpkg: 1.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pacoloco
pkgdesc = Pacman caching proxy server
-   pkgver = 1.6
+   pkgver = 1.7
pkgrel = 1
url = https://github.com/anatol/pacoloco
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = pacoloco
makedepends = go
depends = glibc
backup = etc/pacoloco.yaml
-   source = 
pacoloco-1.6.tar.gz::https://github.com/anatol/pacoloco/archive/1.6.tar.gz
-   sha256sums = 
1dd54162ff1b730fa157459db79e09b15d87086d6db20a01014b64647d5a67ba
+   source = 
pacoloco-1.7.tar.gz::https://github.com/anatol/pacoloco/archive/1.7.tar.gz
+   sha256sums = 
7d8628d3b93de0ff5047fe3d61e12da0afca895d822e446235b1056639f088b2
 
 pkgname = pacoloco


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=pacoloco
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 pkgdesc='Pacman caching proxy server'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT)
 depends=(glibc)
 makedepends=(go)
 
source=(pacoloco-$pkgver.tar.gz::https://github.com/anatol/pacoloco/archive/$pkgver.tar.gz)
-sha256sums=('1dd54162ff1b730fa157459db79e09b15d87086d6db20a01014b64647d5a67ba')
+sha256sums=('7d8628d3b93de0ff5047fe3d61e12da0afca895d822e446235b1056639f088b2')
 
 build() {
   cd pacoloco-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pacoloco/-/commit/40d0a07df7a46eb4dba23d4ab06708708575cd66

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pacoloco/-/commit/40d0a07df7a46eb4dba23d4ab06708708575cd66
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pacoloco] Pushed new tag 1.7-1

2024-05-31 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.7-1 at Arch Linux / Packaging / Packages / 
pacoloco

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pacoloco/-/tree/1.7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/shairport-sync] Pushed new tag 4.3.3-1

2024-05-29 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 4.3.3-1 at Arch Linux / Packaging / Packages / 
shairport-sync

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shairport-sync/-/tree/4.3.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/shairport-sync][main] upgpkg: 4.3.3-1

2024-05-29 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
shairport-sync


Commits:
0a4e9040 by Anatol Pomozov at 2024-05-29T19:03:38-07:00
upgpkg: 4.3.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = shairport-sync
pkgdesc = Emulates an AirPort Express for the purpose of streaming 
music from iTunes and compatible iPods and iPhones
-   pkgver = 4.3.2
+   pkgver = 4.3.3
pkgrel = 1
url = https://github.com/mikebrady/shairport-sync
arch = x86_64
@@ -17,10 +17,10 @@ pkgbase = shairport-sync
depends = jack
depends = mosquitto
backup = etc/shairport-sync.conf
-   source = 
shairport-sync-4.3.2.zip::https://github.com/mikebrady/shairport-sync/archive/4.3.2.zip
+   source = 
shairport-sync-4.3.3.zip::https://github.com/mikebrady/shairport-sync/archive/4.3.3.zip
source = shairport-sync.sysusers
source = remove_useradd.patch
-   sha256sums = 
7d11385073d5bc56f1abf704cdd10388f101fc1f04b1a6051a964d7ce14f2aeb
+   sha256sums = 
dbef2e8047870318d7af5c996957765e39add7a43a8643228691e0d8fc284f17
sha256sums = 
bc2d92254910996e837d1c4c7dd81eddfb96a9f5f0cb2faad9fcb0414ea79a1d
sha256sums = 
3973049b1a92c729efacd3312636a8c7f3d51cd62c7d5af214668c8104378dc6
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=4.3.2
+pkgver=4.3.3
 pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
@@ -13,7 +13,7 @@ makedepends=(xmltoman vim) # vim for xxd tool
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 shairport-sync.sysusers
 remove_useradd.patch)
-sha256sums=('7d11385073d5bc56f1abf704cdd10388f101fc1f04b1a6051a964d7ce14f2aeb'
+sha256sums=('dbef2e8047870318d7af5c996957765e39add7a43a8643228691e0d8fc284f17'
 'bc2d92254910996e837d1c4c7dd81eddfb96a9f5f0cb2faad9fcb0414ea79a1d'
 '3973049b1a92c729efacd3312636a8c7f3d51cd62c7d5af214668c8104378dc6')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shairport-sync/-/commit/0a4e9040ccc94271627bf5ad89da2d79d686c21d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shairport-sync/-/commit/0a4e9040ccc94271627bf5ad89da2d79d686c21d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocksdb][main] upgpkg: 9.2.1-1

2024-05-24 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
rocksdb


Commits:
775519dc by Anatol Pomozov at 2024-05-24T09:22:56-07:00
upgpkg: 9.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rocksdb
pkgdesc = Embedded key-value store for fast storage
-   pkgver = 9.1.1
+   pkgver = 9.2.1
pkgrel = 1
url = https://rocksdb.org/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = rocksdb
depends = zstd
depends = tbb
depends = liburing
-   source = 
rocksdb-9.1.1.tar.gz::https://github.com/facebook/rocksdb/archive/v9.1.1.tar.gz
-   sha256sums = 
54ca90dd782a988cd3ebc3e0e9ba9b4efd563d7eb78c5e690c2403f1b7d4a87a
+   source = 
rocksdb-9.2.1.tar.gz::https://github.com/facebook/rocksdb/archive/v9.2.1.tar.gz
+   sha256sums = 
bb20fd9a07624e0dc1849a8e65833e5421960184f9c469d508b58ed8f40a780f
 
 pkgname = rocksdb


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: László Várady 
 
 pkgname=rocksdb
-pkgver=9.1.1
+pkgver=9.2.1
 pkgrel=1
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL2 Apache)
 depends=(bzip2 lz4 snappy zlib zstd tbb liburing)
 makedepends=(python)
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('54ca90dd782a988cd3ebc3e0e9ba9b4efd563d7eb78c5e690c2403f1b7d4a87a')
+sha256sums=('bb20fd9a07624e0dc1849a8e65833e5421960184f9c469d508b58ed8f40a780f')
 
 build() {
   cd rocksdb-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocksdb/-/commit/775519dce1c2b383a6bfb40881be0befc0f84f74

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocksdb/-/commit/775519dce1c2b383a6bfb40881be0befc0f84f74
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocksdb] Pushed new tag 9.2.1-1

2024-05-24 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 9.2.1-1 at Arch Linux / Packaging / Packages / 
rocksdb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocksdb/-/tree/9.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/virglrenderer][main] upgpkg: 1.0.1-1

2024-05-22 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
virglrenderer


Commits:
6612b238 by Anatol Pomozov at 2024-05-22T16:46:06-07:00
upgpkg: 1.0.1-1

- - - - -


1 changed file:

- + .SRCINFO


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = virglrenderer
+   pkgdesc = A virtual 3D GPU library, that allows the guest operating 
system to use the host GPU to accelerate 3D rendering
+   pkgver = 1.0.1
+   pkgrel = 1
+   url = https://virgil3d.github.io/
+   arch = x86_64
+   license = MIT
+   checkdepends = check
+   makedepends = python
+   makedepends = meson
+   makedepends = ninja
+   makedepends = vulkan-icd-loader
+   makedepends = vulkan-headers
+   depends = libepoxy
+   depends = mesa
+   depends = libva
+   source = 
virglrenderer-1.0.1.tar.bz2::https://gitlab.freedesktop.org/virgl/virglrenderer/-/archive/virglrenderer-1.0.1/virglrenderer-virglrenderer-1.0.1.tar.bz2
+   sha256sums = 
940b3b9a9cc91ba241182c8211f829e594b36745352fec4fc3c9bf22675ca392
+
+pkgname = virglrenderer



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/commit/6612b238b96b427c722bde82c6c641c58a466ccb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/commit/6612b238b96b427c722bde82c6c641c58a466ccb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/virglrenderer] Pushed new tag 1.0.1-1

2024-05-22 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.0.1-1 at Arch Linux / Packaging / Packages / 
virglrenderer

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/tree/1.0.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/virglrenderer][main] Disable tests

2024-05-22 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
virglrenderer


Commits:
027e3741 by Zhafran Azmi at 2024-05-22T14:52:44+00:00
Disable tests

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -19,13 +19,13 @@ build() {
   meson --prefix=/usr build \
 -Dvideo=true \
 -Dvenus=true \
--Dtests=true
+# -Dtests=true
   ninja -C build
 }
 
 check() {
   cd virglrenderer-$_tag
-  ninja -C build test
+  # ninja -C build test #TODO: figure out why tests fail in chroot environment
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/commit/027e3741ea6444e73f10f85dc699ceefa85397b7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/commit/027e3741ea6444e73f10f85dc699ceefa85397b7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/apr][main] Use SPDX license identifier

2024-05-21 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / apr


Commits:
615ddc2f by shijie.chen at 2024-02-12T21:04:23+08:00
Use SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -10,7 +10,7 @@ arch=('x86_64')
 url='https://apr.apache.org/'
 depends=('util-linux')
 makedepends=('python')
-license=('APACHE')
+license=('Apache-2.0')
 source=(https://archive.apache.org/dist/apr/apr-$pkgver.tar.bz2{,.asc}
 fix_apr-config.patch
 fix-apr.pc.patch



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apr/-/commit/615ddc2f64c1941c5efeb7eda64a36f40436bfb4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apr/-/commit/615ddc2f64c1941c5efeb7eda64a36f40436bfb4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bpftrace][main] upgpkg: 0.20.4-1

2024-05-21 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
bpftrace


Commits:
69c7da44 by Anatol Pomozov at 2024-05-21T20:23:32-07:00
upgpkg: 0.20.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bpftrace
pkgdesc = High-level tracing language for Linux eBPF
-   pkgver = 0.20.3
-   pkgrel = 2
+   pkgver = 0.20.4
+   pkgrel = 1
url = https://github.com/iovisor/bpftrace
arch = x86_64
license = Apache-2.0
@@ -27,8 +27,8 @@ pkgbase = bpftrace
depends = zstd
options = !strip
options = !debug
-   source = 
https://github.com/iovisor/bpftrace/archive/v0.20.3/bpftrace-0.20.3.tar.gz
-   sha512sums = 
218a1bfac7e1a2b7eef5b0ed3e7403eed4bc932f2aa03c5f4c8924246c09088f5074ab3d54031e582cb4f8e7d0c7df1bb30007c2421c44d2c2506364f0ba5a0e
+   source = 
https://github.com/iovisor/bpftrace/archive/v0.20.4/bpftrace-0.20.4.tar.gz
+   sha512sums = 
a8d5b5bd7d35f9bb308cd7d0ae4eaee899312d3e6540164d3b29eac61159983ea01350311f53b7b6c5023844bde9a2cd3a2d50459116261a536c0e6e52963462
 
 pkgname = bpftrace
depends = glibc


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Tommaso Sardelli 
 
 pkgname=bpftrace
-pkgver=0.20.3
-pkgrel=2
+pkgver=0.20.4
+pkgrel=1
 pkgdesc='High-level tracing language for Linux eBPF'
 arch=('x86_64')
 url='https://github.com/iovisor/bpftrace'
@@ -13,7 +13,7 @@ makedepends=('binutils' 'cmake' 'llvm' 'git' 'linux-headers' 
'ninja' 'gtest' 'ce
  'asciidoctor' 'xxd')
 options=('!strip' '!debug')
 
source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz";)
-sha512sums=('218a1bfac7e1a2b7eef5b0ed3e7403eed4bc932f2aa03c5f4c8924246c09088f5074ab3d54031e582cb4f8e7d0c7df1bb30007c2421c44d2c2506364f0ba5a0e')
+sha512sums=('a8d5b5bd7d35f9bb308cd7d0ae4eaee899312d3e6540164d3b29eac61159983ea01350311f53b7b6c5023844bde9a2cd3a2d50459116261a536c0e6e52963462')
 
 build() {
   cmake -S bpftrace-$pkgver -B build -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/69c7da4467362f6589f1e0b6c9313b4b4bf41ce6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/69c7da4467362f6589f1e0b6c9313b4b4bf41ce6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bpftrace] Pushed new tag 0.20.4-1

2024-05-21 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.20.4-1 at Arch Linux / Packaging / Packages / 
bpftrace

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/tree/0.20.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/virglrenderer][main] Update to 1.0.1 and enable venus

2024-05-21 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
virglrenderer


Commits:
d7458e3b by Zhafran Azmi at 2024-05-22T03:17:00+00:00
Update to 1.0.1 and enable venus

virglrenderer is currently at version 1.0.1, and having \>=1.0.0 is a 
requirement to enable some features in qemu at compile time.\
Here is a code snippet from qemu

```meson
if virgl.version().version_compare('>=1.0.0')
   config_host_data.set('HAVE_VIRGL_D3D_INFO_EXT', 1)
   config_host_data.set('HAVE_VIRGL_CONTEXT_CREATE_WITH_FLAGS', 1)
   config_host_data.set('HAVE_VIRGL_RESOURCE_BLOB', 1)
```

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=====
@@ -1,28 +1,31 @@
 # Maintainer:  Anatol Pomozov 
 
 pkgname=virglrenderer
-pkgver=0.10.4
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='A virtual 3D GPU library, that allows the guest operating system to 
use the host GPU to accelerate 3D rendering'
 arch=(x86_64)
 url='https://virgil3d.github.io/'
 license=(MIT)
 depends=(libepoxy mesa libva)
-makedepends=(python meson ninja)
+makedepends=(python meson ninja vulkan-icd-loader vulkan-headers)
 checkdepends=(check)
 _tag=virglrenderer-$pkgver
 
source=(virglrenderer-$pkgver.tar.bz2::https://gitlab.freedesktop.org/virgl/virglrenderer/-/archive/$_tag/virglrenderer-$_tag.tar.bz2)
-sha256sums=('aaabe7928dac3786dd9bdf85d0f5630d6e45b222f99375007e33d24ea1beef77')
+sha256sums=('940b3b9a9cc91ba241182c8211f829e594b36745352fec4fc3c9bf22675ca392')
 
 build() {
   cd virglrenderer-$_tag
-  meson --prefix=/usr build -Dvideo=true # -Dtests=true
+  meson --prefix=/usr build \
+-Dvideo=true \
+-Dvenus=true \
+-Dtests=true
   ninja -C build
 }
 
 check() {
   cd virglrenderer-$_tag
-  #ninja -C build test  TODO: figure out why tests fail in chroot environment
+  ninja -C build test
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/commit/d7458e3b2b5afda49c349352a74826273b0f29e3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/commit/d7458e3b2b5afda49c349352a74826273b0f29e3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crash][main] upgpkg: 8.0.5-1

2024-05-19 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
crash


Commits:
d659fed7 by Anatol Pomozov at 2024-05-19T06:25:45-07:00
upgpkg: 8.0.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = crash
pkgdesc = Linux kernel crashdump analysis tool
-   pkgver = 8.0.4
+   pkgver = 8.0.5
pkgrel = 1
url = https://crash-utility.github.io/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = crash
depends = guile
depends = mpfr
optdepends = binutils: offline vmcore loading functionality
-   source = 
crash-8.0.4.tar.gz::https://github.com/crash-utility/crash/archive/refs/tags/8.0.4.tar.gz
-   sha256sums = 
94df600c183301013787cd47112044e358fb37bb8e2b5544f40377dda98ee78f
+   source = 
crash-8.0.5.tar.gz::https://github.com/crash-utility/crash/archive/refs/tags/8.0.5.tar.gz
+   sha256sums = 
b3ec57a844706ef044b607ba67bc5ef62d9deef8aec3fb2d7ea4f77dff24f1ef
 
 pkgname = crash


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Mathieu Pasquet 
 
 pkgname=crash
-pkgver=8.0.4
+pkgver=8.0.5
 pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='https://crash-utility.github.io/'
@@ -14,7 +14,7 @@ depends=(xz ncurses zlib libelf guile mpfr)
 makedepends=(wget)
 optdepends=('binutils: offline vmcore loading functionality')
 
source=(crash-$pkgver.tar.gz::https://github.com/crash-utility/crash/archive/refs/tags/$pkgver.tar.gz)
-sha256sums=('94df600c183301013787cd47112044e358fb37bb8e2b5544f40377dda98ee78f')
+sha256sums=('b3ec57a844706ef044b607ba67bc5ef62d9deef8aec3fb2d7ea4f77dff24f1ef')
 
 build() {
   cd crash-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crash/-/commit/d659fed7439fe4509be86add2a7ce56340c1085e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crash/-/commit/d659fed7439fe4509be86add2a7ce56340c1085e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crash] Pushed new tag 8.0.5-1

2024-05-19 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 8.0.5-1 at Arch Linux / Packaging / Packages / 
crash

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crash/-/tree/8.0.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/strace][main] upgpkg: 6.9-1

2024-05-16 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
strace


Commits:
8dc3f356 by Anatol Pomozov at 2024-05-16T17:16:09-07:00
upgpkg: 6.9-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = strace
pkgdesc = A diagnostic, debugging and instructional userspace tracer
-   pkgver = 6.8
+   pkgver = 6.9
pkgrel = 1
url = https://strace.io/
arch = x86_64
license = LGPL-2.1-or-later
depends = perl
depends = libunwind
-   source = 
https://github.com/strace/strace/releases/download/v6.8/strace-6.8.tar.xz
-   source = 
https://github.com/strace/strace/releases/download/v6.8/strace-6.8.tar.xz.asc
+   source = 
https://github.com/strace/strace/releases/download/v6.9/strace-6.9.tar.xz
+   source = 
https://github.com/strace/strace/releases/download/v6.9/strace-6.9.tar.xz.asc
validpgpkeys = 296D6F29A020808E8717A8842DB5BD89A340AEB7
-   sha256sums = 
ba6950a96824cdf93a584fa04f0a733896d2a6bc5f0ad9ffe505d9b41e970149
+   sha256sums = 
da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a
sha256sums = SKIP
 
 pkgname = strace


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=6.8
+pkgver=6.9
 pkgrel=1
 pkgdesc='A diagnostic, debugging and instructional userspace tracer'
 arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://strace.io/'
 license=(LGPL-2.1-or-later)
 depends=(perl libunwind)
 
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
-sha256sums=('ba6950a96824cdf93a584fa04f0a733896d2a6bc5f0ad9ffe505d9b41e970149'
+sha256sums=('da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a'
 'SKIP')
 validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/8dc3f356847eca770b17e49a51605deb787702d9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/8dc3f356847eca770b17e49a51605deb787702d9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/strace] Pushed new tag 6.9-1

2024-05-16 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 6.9-1 at Arch Linux / Packaging / Packages / 
strace

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/tree/6.9-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dpkg][main] upgpkg: 1.22.6-1

2024-05-12 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / dpkg


Commits:
29916c5a by Anatol Pomozov at 2024-05-12T18:25:54-07:00
upgpkg: 1.22.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dpkg
pkgdesc = The Debian Package Manager tools
-   pkgver = 1.22.5
+   pkgver = 1.22.6
pkgrel = 1
url = https://tracker.debian.org/pkg/dpkg
install = dpkg.install
@@ -18,9 +18,9 @@ pkgbase = dpkg
depends = perl
depends = libmd
options = emptydirs
-   source = 
https://salsa.debian.org/dpkg-team/dpkg/-/archive/1.22.5/dpkg-1.22.5.tar.bz2
+   source = 
https://salsa.debian.org/dpkg-team/dpkg/-/archive/1.22.6/dpkg-1.22.6.tar.bz2
source = origin.archlinux
-   sha256sums = 
bfa58069d023b5117d86b1df125563e591238a26b9a9ce45e17f52461c7f7a60
+   sha256sums = 
5c71552e833d4aa0f8b043f2c874eb2d3fed8256d6f7e7dba31dc0e09c1a22c5
sha256sums = 
9cfd50f65f1fb52adccf48ea859871259a549f24620b52466c890931919b7e04
 
 pkgname = dpkg


=
PKGBUILD
=
@@ -11,7 +11,7 @@
 # Contributor: hugelgupf 
 
 pkgname=dpkg
-pkgver=1.22.5
+pkgver=1.22.6
 pkgrel=1
 pkgdesc='The Debian Package Manager tools'
 arch=('x86_64')
@@ -24,7 +24,7 @@ checkdepends=('perl-io-string' 'perl-test-pod')
 install=dpkg.install
 
source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/$pkgver/dpkg-$pkgver.tar.bz2
 origin.archlinux)
-sha256sums=('bfa58069d023b5117d86b1df125563e591238a26b9a9ce45e17f52461c7f7a60'
+sha256sums=('5c71552e833d4aa0f8b043f2c874eb2d3fed8256d6f7e7dba31dc0e09c1a22c5'
 '9cfd50f65f1fb52adccf48ea859871259a549f24620b52466c890931919b7e04')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dpkg/-/commit/29916c5a697c06a28fcedb808611f7901342ebbe

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dpkg/-/commit/29916c5a697c06a28fcedb808611f7901342ebbe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dpkg] Pushed new tag 1.22.6-1

2024-05-12 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.22.6-1 at Arch Linux / Packaging / Packages / 
dpkg

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dpkg/-/tree/1.22.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/librdkafka][main] Fix download link to point to the new project homepage

2024-05-12 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
librdkafka


Commits:
7e823815 by Anatol Pomozov at 2024-05-12T11:52:59-07:00
Fix download link to point to the new project homepage

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -21,7 +21,7 @@ depends=(
   zstd
 )
 makedepends=(python rapidjson)
-source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/confluentinc/librdkafka/archive/v$pkgver.tar.gz)
 sha256sums=('d645e47d961db47f1ead29652606a502bdd2a880c85c1e060e94eea040f1a19a')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librdkafka/-/commit/7e823815c9c5a728c78229302387fd6e811feeb1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librdkafka/-/commit/7e823815c9c5a728c78229302387fd6e811feeb1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/librdkafka] Pushed new tag 2.4.0-1

2024-05-12 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.4.0-1 at Arch Linux / Packaging / Packages / 
librdkafka

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librdkafka/-/tree/2.4.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/librdkafka][main] upgpkg: 2.4.0-1

2024-05-12 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
librdkafka


Commits:
c47f309f by Anatol Pomozov at 2024-05-12T11:49:58-07:00
upgpkg: 2.4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,8 +1,8 @@
 pkgbase = librdkafka
pkgdesc = The Apache Kafka C/C++ library
-   pkgver = 2.3.0
+   pkgver = 2.4.0
pkgrel = 1
-   url = https://github.com/edenhill/librdkafka
+   url = https://github.com/confluentinc/librdkafka
arch = x86_64
license = BSD
makedepends = python
@@ -15,7 +15,7 @@ pkgbase = librdkafka
depends = openssl
depends = zlib
depends = zstd
-   source = 
librdkafka-2.3.0.tar.gz::https://github.com/edenhill/librdkafka/archive/v2.3.0.tar.gz
-   sha256sums = 
2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12
+   source = 
librdkafka-2.4.0.tar.gz::https://github.com/edenhill/librdkafka/archive/v2.4.0.tar.gz
+   sha256sums = 
d645e47d961db47f1ead29652606a502bdd2a880c85c1e060e94eea040f1a19a
 
 pkgname = librdkafka


=
PKGBUILD
=
@@ -4,11 +4,11 @@
 # Contributor: Alim Gokkaya 
 
 pkgname=librdkafka
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='The Apache Kafka C/C++ library'
 arch=(x86_64)
-url='https://github.com/edenhill/librdkafka'
+url='https://github.com/confluentinc/librdkafka'
 license=(BSD)
 depends=(
   curl
@@ -22,7 +22,7 @@ depends=(
 )
 makedepends=(python rapidjson)
 
source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12')
+sha256sums=('d645e47d961db47f1ead29652606a502bdd2a880c85c1e060e94eea040f1a19a')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librdkafka/-/commit/c47f309f77b4dd167c1e285cdd88ddccb70f11f6

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librdkafka/-/commit/c47f309f77b4dd167c1e285cdd88ddccb70f11f6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/arm-none-eabi-gcc][main] upgpkg: 14.1.0-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
arm-none-eabi-gcc


Commits:
b14dabf9 by Anatol Pomozov at 2024-05-11T16:05:37-07:00
upgpkg: 14.1.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,29 @@
+pkgbase = arm-none-eabi-gcc
+   pkgdesc = The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target
+   pkgver = 14.1.0
+   pkgrel = 1
+   url = https://gcc.gnu.org/
+   arch = x86_64
+   license = GPL
+   license = LGPL
+   license = FDL
+   makedepends = gmp
+   makedepends = mpfr
+   makedepends = arm-none-eabi-newlib
+   depends = arm-none-eabi-binutils
+   depends = zlib
+   depends = libmpc
+   depends = libisl
+   depends = zstd
+   optdepends = arm-none-eabi-newlib: Standard C library optimized for 
embedded systems
+   options = !emptydirs
+   options = !lto
+   source = https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz
+   source = https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz.sig
+   validpgpkeys = 33C235A34C46AA3FFB293709A328C3A2C3C45C06
+   validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
+   validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
+   sha256sums = 
e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840
+   sha256sums = SKIP
+
+pkgname = arm-none-eabi-gcc


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gcc
-pkgver=13.2.0
-pkgrel=2
+pkgver=14.1.0
+pkgrel=1
 #_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(x86_64)
@@ -16,7 +16,7 @@ optdepends=('arm-none-eabi-newlib: Standard C library 
optimized for embedded sys
 options=(!emptydirs !lto)
 source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig})
 #ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-sha256sums=('e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da'
+sha256sums=('e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840'
 'SKIP')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06  # Jakub Jelinek 

   D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62  # Jakub Jelinek 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-gcc/-/commit/b14dabf9202d1e50592f3bfefc4703ec65221102

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-gcc/-/commit/b14dabf9202d1e50592f3bfefc4703ec65221102
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/arm-none-eabi-gcc] Pushed new tag 14.1.0-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 14.1.0-1 at Arch Linux / Packaging / Packages / 
arm-none-eabi-gcc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-gcc/-/tree/14.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/avr-gcc] Pushed new tag 14.1.0-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 14.1.0-1 at Arch Linux / Packaging / Packages / 
avr-gcc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-gcc/-/tree/14.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/avr-gcc][main] upgpkg: 14.1.0-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
avr-gcc


Commits:
464fc4eb by Anatol Pomozov at 2024-05-11T15:15:05-07:00
upgpkg: 14.1.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = avr-gcc
+   pkgdesc = The GNU AVR Compiler Collection
+   pkgver = 14.1.0
+   pkgrel = 1
+   url = http://gcc.gnu.org/
+   arch = x86_64
+   license = GPL
+   license = LGPL
+   license = FDL
+   license = custom
+   depends = avr-binutils
+   depends = gcc-libs
+   depends = libmpc
+   depends = libisl
+   depends = zstd
+   optdepends = avr-libc: Standard C library for Atmel AVR development
+   options = !emptydirs
+   options = !lto
+   source = https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz
+   source = https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz.sig
+   validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
+   validpgpkeys = 33C235A34C46AA3FFB293709A328C3A2C3C45C06
+   validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
+   sha256sums = 
e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840
+   sha256sums = SKIP
+
+pkgname = avr-gcc


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 _target=avr
 pkgname=$_target-gcc
-pkgver=13.2.0
-pkgrel=2
+pkgver=14.1.0
+pkgrel=1
 #_snapshot=7-20180125
 pkgdesc='The GNU AVR Compiler Collection'
 arch=(x86_64)
@@ -20,7 +20,7 @@ options=(!emptydirs !lto)
 source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
 
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.xz
)
-sha256sums=('e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da'
+sha256sums=('e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840'
 'SKIP')
 validpgpkeys=(D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62  # Jakub Jelinek 

   33C235A34C46AA3FFB293709A328C3A2C3C45C06  # Jakub Jelinek 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-gcc/-/commit/464fc4eb82bd50d371edbb046551ebfda39e43e9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-gcc/-/commit/464fc4eb82bd50d371edbb046551ebfda39e43e9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ninja] Pushed new tag 1.12.1-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.12.1-1 at Arch Linux / Packaging / Packages / 
ninja

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/tree/1.12.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ninja][main] upgpkg: 1.12.1-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
ninja


Commits:
2a9af20b by Anatol Pomozov at 2024-05-11T14:44:07-07:00
upgpkg: 1.12.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ninja
pkgdesc = Small build system with a focus on speed
-   pkgver = 1.12.0
-   pkgrel = 2
+   pkgver = 1.12.1
+   pkgrel = 1
url = https://ninja-build.org/
arch = x86_64
license = Apache-2.0
@@ -11,8 +11,8 @@ pkgbase = ninja
makedepends = re2c
makedepends = emacs-nox
depends = gcc-libs
-   source = 
ninja-1.12.0.zip::https://github.com/ninja-build/ninja/archive/v1.12.0.zip
-   sha1sums = 53e759ea6ed7895d71ce9f60915b37b20327da55
-   sha256sums = 
47411d1c95a91f416efc6f1bfb22477047c7a91951711af6123ab68ab11d6fcf
+   source = 
ninja-1.12.1.zip::https://github.com/ninja-build/ninja/archive/v1.12.1.zip
+   sha1sums = ebdc7b4e92dd25fa91d7801ad150bd4b7a4990ce
+   sha256sums = 
40db6f6c77045efc817209fa72c3f92a399b7e39cf8e4cddfe7e65df2dd5dcbe
 
 pkgname = ninja


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Gergely Imreh 
 
 pkgname=ninja
-pkgver=1.12.0
-pkgrel=2
+pkgver=1.12.1
+pkgrel=1
 pkgdesc='Small build system with a focus on speed'
 arch=(x86_64)
 url='https://ninja-build.org/'
@@ -14,8 +14,8 @@ depends=(gcc-libs)
 makedepends=(cmake python re2c emacs-nox)
 checkdepends=(gtest)
 
source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip)
-sha1sums=('53e759ea6ed7895d71ce9f60915b37b20327da55')
-sha256sums=('47411d1c95a91f416efc6f1bfb22477047c7a91951711af6123ab68ab11d6fcf')
+sha1sums=('ebdc7b4e92dd25fa91d7801ad150bd4b7a4990ce')
+sha256sums=('40db6f6c77045efc817209fa72c3f92a399b7e39cf8e4cddfe7e65df2dd5dcbe')
 
 build() {
   cd ninja-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/2a9af20be8bd654d8810025c7f0bd8e51a21c377

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/2a9af20be8bd654d8810025c7f0bd8e51a21c377
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aarch64-linux-gnu-gcc] Pushed new tag 14.1.0-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 14.1.0-1 at Arch Linux / Packaging / Packages / 
aarch64-linux-gnu-gcc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aarch64-linux-gnu-gcc/-/tree/14.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aarch64-linux-gnu-gcc][main] upgpkg: 14.1.0-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
aarch64-linux-gnu-gcc


Commits:
6981731a by Anatol Pomozov at 2024-05-11T14:43:05-07:00
upgpkg: 14.1.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,30 @@
+pkgbase = aarch64-linux-gnu-gcc
+   pkgdesc = The GNU Compiler Collection - cross compiler for ARM64 target
+   pkgver = 14.1.0
+   pkgrel = 1
+   url = https://gcc.gnu.org/
+   arch = x86_64
+   license = GPL
+   license = LGPL
+   license = FDL
+   makedepends = gmp
+   makedepends = mpfr
+   depends = aarch64-linux-gnu-binutils
+   depends = aarch64-linux-gnu-glibc
+   depends = libmpc
+   depends = zlib
+   depends = libisl
+   depends = zstd
+   options = !emptydirs
+   options = !strip
+   options = staticlibs
+   options = !lto
+   source = https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz
+   source = https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz.sig
+   validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
+   validpgpkeys = 33C235A34C46AA3FFB293709A328C3A2C3C45C06
+   validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
+   sha256sums = 
e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840
+   sha256sums = SKIP
+
+pkgname = aarch64-linux-gnu-gcc


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-gcc
-pkgver=13.2.0
+pkgver=14.1.0
 pkgrel=1
 #_snapshot=8-20190111
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
@@ -15,7 +15,7 @@ makedepends=(gmp mpfr)
 options=(!emptydirs !strip staticlibs !lto)
 source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig})
 #https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-sha256sums=('e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da'
+sha256sums=('e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840'
 'SKIP')
 validpgpkeys=(D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62  # Jakub Jelinek 

   33C235A34C46AA3FFB293709A328C3A2C3C45C06  # Jakub Jelinek 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aarch64-linux-gnu-gcc/-/commit/6981731a8593a4a0ba593cd9987f7a657f207f81

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aarch64-linux-gnu-gcc/-/commit/6981731a8593a4a0ba593cd9987f7a657f207f81
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fossil] Pushed new tag 2.24-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.24-1 at Arch Linux / Packaging / Packages / 
fossil

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fossil/-/tree/2.24-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fossil][main] upgpkg: 2.24-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
fossil


Commits:
be513c1f by Anatol Pomozov at 2024-05-11T09:11:18-07:00
upgpkg: 2.24-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fossil
pkgdesc = Simple, high-reliability, distributed software configuration 
management
-   pkgver = 2.23
+   pkgver = 2.24
pkgrel = 1
url = https://www.fossil-scm.org
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = fossil
optdepends = tcl
source = fossil.socket
source = fossil.service
-   source = 
https://fossil-scm.org/home/tarball/47362306a7dd7c6fc3cab77cebe5d25469b0a9448479d9718eb5c49c8337b29/fossil-src-2.23.tar.gz
+   source = 
https://fossil-scm.org/home/tarball/8be0372c1051043761320c8ea8669c3cf320c406e5fe18ad36b7be5f844ca73b/fossil-src-2.24.tar.gz
sha256sums = 
f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8
sha256sums = 
c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166
-   sha256sums = 
a94aec2609331cd6890c6725b55aea43041011863f3d84fdc380415af75233e4
+   sha256sums = 
e6f5a559369bf16baf539e69e6d0cea5a6410efa9a6e7f160c7a4932080413be
 
 pkgname = fossil


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=2.23
-_tag=47362306a7dd7c6fc3cab77cebe5d25469b0a9448479d9718eb5c49c8337b29
+pkgver=2.24
+_tag=8be0372c1051043761320c8ea8669c3cf320c406e5fe18ad36b7be5f844ca73b
 pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(x86_64)
@@ -20,7 +20,7 @@ source=(
 )
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-'a94aec2609331cd6890c6725b55aea43041011863f3d84fdc380415af75233e4')
+'e6f5a559369bf16baf539e69e6d0cea5a6410efa9a6e7f160c7a4932080413be')
 
 build() {
   cd fossil-src-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fossil/-/commit/be513c1f5de9724718ab9a9c26825562eccc34b9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fossil/-/commit/be513c1f5de9724718ab9a9c26825562eccc34b9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libatomic_ops] Pushed new tag 7.8.2-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 7.8.2-1 at Arch Linux / Packaging / Packages / 
libatomic_ops

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libatomic_ops/-/tree/7.8.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libatomic_ops][main] upgpkg: 7.8.2-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
libatomic_ops


Commits:
1607cb32 by Anatol Pomozov at 2024-05-11T09:10:50-07:00
upgpkg: 7.8.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = libatomic_ops
+   pkgdesc = Provides semi-portable access to hardware provided atomic 
memory operations
+   pkgver = 7.8.2
+   pkgrel = 1
+   url = https://github.com/ivmai/libatomic_ops
+   arch = x86_64
+   license = GPL2
+   license = MIT
+   depends = glibc
+   options = !docs
+   source = 
https://github.com/ivmai/libatomic_ops/releases/download/v7.8.2/libatomic_ops-7.8.2.tar.gz
+   sha256sums = 
d305207fe207f2b3fb5cb4c019da12b44ce3fcbc593dfd5080d867b1a2419b51
+
+pkgname = libatomic_ops


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=libatomic_ops
-pkgver=7.8.0
+pkgver=7.8.2
 pkgrel=1
 pkgdesc='Provides semi-portable access to hardware provided atomic memory 
operations'
 arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(glibc)
 license=(GPL2 MIT)
 options=(!docs)
 source=($url/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('15676e7674e11bda5a7e50a73f4d9e7d60452271b8acf6fd39a71fefdf89fa31')
+sha256sums=('d305207fe207f2b3fb5cb4c019da12b44ce3fcbc593dfd5080d867b1a2419b51')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libatomic_ops/-/commit/1607cb32e9da9bb6ad0a2cab70354e5f04652da0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libatomic_ops/-/commit/1607cb32e9da9bb6ad0a2cab70354e5f04652da0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fscrypt] Pushed new tag 0.3.5-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.3.5-1 at Arch Linux / Packaging / Packages / 
fscrypt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fscrypt/-/tree/0.3.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fscrypt][main] upgpkg: 0.3.5-1

2024-05-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
fscrypt


Commits:
e732ee9a by Anatol Pomozov at 2024-05-11T09:06:16-07:00
upgpkg: 0.3.5-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = fscrypt
+   pkgdesc = A tool for managing Linux filesystem encryption
+   pkgver = 0.3.5
+   pkgrel = 1
+   url = https://github.com/google/fscrypt
+   arch = x86_64
+   license = Apache
+   makedepends = go
+   depends = pam
+   source = 
fscrypt-0.3.5.zip::https://github.com/google/fscrypt/archive/v0.3.5.zip
+   source = pam_config
+   sha512sums = 
9c21e0ad204ca4ac51e885fce65d7f8b4826c587e0ea54684b671f91b283235c721927fe613184d4646f2186838442bda19467b397ed4d29ca195bf5d6652e6b
+   sha512sums = 
56f443cd2fbed9c164693c800cd8dc08bb35b88bb9c912fb35eb43cc6c6bc3b966d22d9810f43580d12b9faa8d753419a06336f08c47a0e602c48a103a705299
+
+pkgname = fscrypt


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Eric Biggers 
 
 pkgname=fscrypt
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 pkgdesc='A tool for managing Linux filesystem encryption'
 arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('go')
 depends=('pam')
 
source=("fscrypt-$pkgver.zip::https://github.com/google/fscrypt/archive/v$pkgver.zip";
 "pam_config")
-sha512sums=('d12a9a06d4ede7f01cafc2b807eed769b76f192d011ea4a9252f25e69f18d43f0f5dcb199e523f3f2b2701ea7fcdde378343435ec023ccd267f28ab8fd17417b'
+sha512sums=('9c21e0ad204ca4ac51e885fce65d7f8b4826c587e0ea54684b671f91b283235c721927fe613184d4646f2186838442bda19467b397ed4d29ca195bf5d6652e6b'
 
'56f443cd2fbed9c164693c800cd8dc08bb35b88bb9c912fb35eb43cc6c6bc3b966d22d9810f43580d12b9faa8d753419a06336f08c47a0e602c48a103a705299')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fscrypt/-/commit/e732ee9a814f6e6ca8a2d686414eb01c509dfe12

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fscrypt/-/commit/e732ee9a814f6e6ca8a2d686414eb01c509dfe12
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/apr-util][main] Use SPDX license identifier

2024-04-28 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
apr-util


Commits:
0e2d0c13 by shijie.chen at 2024-02-12T21:17:20+08:00
Use SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -20,7 +20,7 @@ optdepends=(
   'nss: enable nss crypto support'
   'openssl: enable openssl crypto support'
 )
-license=('APACHE')
+license=('Apache-2.0')
 source=(https://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc}
 disable_failing_test.patch   # TODO: figure out why dbm test fails
 buildconf_config.guess_sub_location.patch)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apr-util/-/commit/0e2d0c13cc149d8c680794c4a752226254199c58

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apr-util/-/commit/0e2d0c13cc149d8c680794c4a752226254199c58
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ninja][main] upgpkg: 1.12.0-2

2024-04-28 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
ninja


Commits:
f982da8b by Anatol Pomozov at 2024-04-28T13:22:09-07:00
upgpkg: 1.12.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = ninja
pkgdesc = Small build system with a focus on speed
pkgver = 1.12.0
-   pkgrel = 1
+   pkgrel = 2
url = https://ninja-build.org/
arch = x86_64
license = Apache-2.0
+   checkdepends = gtest
makedepends = cmake
makedepends = python
makedepends = re2c


=
PKGBUILD
=
@@ -5,13 +5,14 @@
 
 pkgname=ninja
 pkgver=1.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Small build system with a focus on speed'
 arch=(x86_64)
 url='https://ninja-build.org/'
 license=(Apache-2.0)
 depends=(gcc-libs)
 makedepends=(cmake python re2c emacs-nox)
+checkdepends=(gtest)
 
source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip)
 sha1sums=('53e759ea6ed7895d71ce9f60915b37b20327da55')
 sha256sums=('47411d1c95a91f416efc6f1bfb22477047c7a91951711af6123ab68ab11d6fcf')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/f982da8bf961bc785120fce258e2280188d7394f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/f982da8bf961bc785120fce258e2280188d7394f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ninja] Pushed new tag 1.12.0-2

2024-04-28 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.12.0-2 at Arch Linux / Packaging / Packages / 
ninja

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/tree/1.12.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/android-tools][main] Add optdepends 'python'

2024-04-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
android-tools


Commits:
82cb4f32 by Acid Xeon at 2024-04-27T21:27:11+00:00
Add optdepends 'python'

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,6 +12,7 @@ url='http://tools.android.com/'
 license=(Apache MIT)
 depends=(libusb protobuf brotli zstd android-udev pcre2)
 makedepends=(gtest cmake go ninja git)
+optdepends=('python: {mk,unpack_,repack_}bootimg and mkdtboimg support')
 
source=(https://github.com/nmeum/android-tools/releases/download/$_tag/android-tools-$_tag.tar.xz)
 sha256sums=('654030c7f96d25d7224cd6861fac14a043cf1d3980f40288cdfbe219f94ffaf9')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-tools/-/commit/82cb4f320e4e60620b765f84663e6ac2ae052527

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-tools/-/commit/82cb4f320e4e60620b765f84663e6ac2ae052527
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/android-tools][main] upgpkg: 35.0.1-1

2024-04-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
android-tools


Commits:
5881f46c by Anatol Pomozov at 2024-04-27T14:24:39-07:00
upgpkg: 35.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = android-tools
pkgdesc = Android platform tools
-   pkgver = 34.0.5
+   pkgver = 35.0.1
pkgrel = 1
url = http://tools.android.com/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = android-tools
depends = zstd
depends = android-udev
depends = pcre2
-   source = 
https://github.com/nmeum/android-tools/releases/download/34.0.5/android-tools-34.0.5.tar.xz
-   sha256sums = 
fb09cff12cfb82acf42a8ebebbc0342671bfcd02117716368bdc73fdda60304a
+   source = 
https://github.com/nmeum/android-tools/releases/download/35.0.1/android-tools-35.0.1.tar.xz
+   sha256sums = 
654030c7f96d25d7224cd6861fac14a043cf1d3980f40288cdfbe219f94ffaf9
 
 pkgname = android-tools


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Alucryd 
 
 pkgname=android-tools
-pkgver=34.0.5
+pkgver=35.0.1
 _tag=${pkgver} # https://github.com/nmeum/android-tools sometimes carries 
extra patch version on top of the upstream versioning
 pkgrel=1
 pkgdesc='Android platform tools'
@@ -13,7 +13,7 @@ license=(Apache MIT)
 depends=(libusb protobuf brotli zstd android-udev pcre2)
 makedepends=(gtest cmake go ninja git)
 
source=(https://github.com/nmeum/android-tools/releases/download/$_tag/android-tools-$_tag.tar.xz)
-sha256sums=('fb09cff12cfb82acf42a8ebebbc0342671bfcd02117716368bdc73fdda60304a')
+sha256sums=('654030c7f96d25d7224cd6861fac14a043cf1d3980f40288cdfbe219f94ffaf9')
 
 build() {
   cd android-tools-$_tag



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-tools/-/commit/5881f46cf479a54374d4f67fe25280b41eb74155

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-tools/-/commit/5881f46cf479a54374d4f67fe25280b41eb74155
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/android-tools] Pushed new tag 35.0.1-1

2024-04-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 35.0.1-1 at Arch Linux / Packaging / Packages / 
android-tools

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-tools/-/tree/35.0.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/android-udev][main] upgpkg: 20240221-1

2024-04-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
android-udev


Commits:
6ffd9bd0 by Anatol Pomozov at 2024-04-27T10:01:53-07:00
upgpkg: 20240221-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = android-udev
pkgdesc = Udev rules to connect Android devices to your linux box
-   pkgver = 20231124
+   pkgver = 20240221
pkgrel = 1
url = https://github.com/M0Rf30/android-udev-rules
arch = any
license = GPL3
depends = udev
depends = libmtp
-   source = 
android-udev-20231124.zip::https://github.com/M0Rf30/android-udev-rules/archive/20231124.zip
-   sha1sums = 0f5849e19dd4c6191c2fb4f7cb2a2a3ee91065b2
-   sha256sums = 
2e36147ca5bf182d3e34894c48a0d130697183fd6dae1446b4b886aa1cc6
+   source = 
android-udev-20240221.zip::https://github.com/M0Rf30/android-udev-rules/archive/20240221.zip
+   sha1sums = 8cf393d053999f1eb6da706b43b6764dc68e2f7b
+   sha256sums = 
66f7e14c57d597c60eae21901ef7b76e9bc4e253f5cc252717293b6b94788279
 
 pkgname = android-udev


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=20231124
+pkgver=20240221
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -10,8 +10,8 @@ url='https://github.com/M0Rf30/android-udev-rules'
 license=(GPL3)
 depends=(udev libmtp)
 
source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-sha1sums=('0f5849e19dd4c6191c2fb4f7cb2a2a3ee91065b2')
-sha256sums=('2e36147ca5bf182d3e34894c48a0d130697183fd6dae1446b4b886aa1cc6')
+sha1sums=('8cf393d053999f1eb6da706b43b6764dc68e2f7b')
+sha256sums=('66f7e14c57d597c60eae21901ef7b76e9bc4e253f5cc252717293b6b94788279')
 
 package() {
   cd android-udev-rules-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-udev/-/commit/6ffd9bd0d9c57bb423f70b02049aa7ce1fb050be

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-udev/-/commit/6ffd9bd0d9c57bb423f70b02049aa7ce1fb050be
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/android-udev] Pushed new tag 20240221-1

2024-04-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 20240221-1 at Arch Linux / Packaging / Packages / 
android-udev

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-udev/-/tree/20240221-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tinygo][main] Strip binaries

2024-04-25 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
tinygo


Commits:
38d21e42 by Anatol Pomozov at 2024-04-25T17:30:07-07:00
Strip binaries

Upstream binaries are sripped. No need to keep our binaries so large.

Closes #1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgdesc='Go compiler for small places. Microcontrollers, 
WebAssembly, and comman
 arch=(x86_64)
 url='https://github.com/tinygo-org/tinygo'
 license=(BSD)
-options=(!strip !lto)
+options=(!lto)
 # TODO: re-add these deps when switching back to system LLVM
 #depends=(llvm-libs clang lld)
 # TODO: add llvm + remove cmake/ninja/python from build deps



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/commit/38d21e4228b8977f27e627f48472cfe5ab8b5502

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/commit/38d21e4228b8977f27e627f48472cfe5ab8b5502
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocksdb][main] upgpkg: 9.1.1-1

2024-04-25 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
rocksdb


Commits:
577ddf53 by Anatol Pomozov at 2024-04-25T16:54:29-07:00
upgpkg: 9.1.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rocksdb
pkgdesc = Embedded key-value store for fast storage
-   pkgver = 9.0.0
+   pkgver = 9.1.1
pkgrel = 1
url = https://rocksdb.org/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = rocksdb
depends = zstd
depends = tbb
depends = liburing
-   source = 
rocksdb-9.0.0.tar.gz::https://github.com/facebook/rocksdb/archive/v9.0.0.tar.gz
-   sha256sums = 
013aac178aa12837cbfa3b1e20e9e91ff87962ab7fdd044fd820e859f8964f9b
+   source = 
rocksdb-9.1.1.tar.gz::https://github.com/facebook/rocksdb/archive/v9.1.1.tar.gz
+   sha256sums = 
54ca90dd782a988cd3ebc3e0e9ba9b4efd563d7eb78c5e690c2403f1b7d4a87a
 
 pkgname = rocksdb


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: László Várady 
 
 pkgname=rocksdb
-pkgver=9.0.0
+pkgver=9.1.1
 pkgrel=1
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL2 Apache)
 depends=(bzip2 lz4 snappy zlib zstd tbb liburing)
 makedepends=(python)
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('013aac178aa12837cbfa3b1e20e9e91ff87962ab7fdd044fd820e859f8964f9b')
+sha256sums=('54ca90dd782a988cd3ebc3e0e9ba9b4efd563d7eb78c5e690c2403f1b7d4a87a')
 
 build() {
   cd rocksdb-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocksdb/-/commit/577ddf5320989a3f8406928ec3f3eb9661821e92

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocksdb/-/commit/577ddf5320989a3f8406928ec3f3eb9661821e92
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocksdb] Pushed new tag 9.1.1-1

2024-04-25 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 9.1.1-1 at Arch Linux / Packaging / Packages / 
rocksdb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocksdb/-/tree/9.1.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal] Pushed new tag 1.12.1-1

2024-04-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.12.1-1 at Arch Linux / Packaging / Packages / 
crystal

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/tree/1.12.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal][main] upgpkg: 1.12.1-1

2024-04-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
crystal


Commits:
ac65f23a by Anatol Pomozov at 2024-04-11T17:25:37-07:00
upgpkg: 1.12.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = crystal
pkgdesc = The Crystal Programming Language
-   pkgver = 1.12.0
+   pkgver = 1.12.1
pkgrel = 1
url = https://crystal-lang.org
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = crystal
optdepends = libyaml: For YAML support
optdepends = gmp: For BigInt support
optdepends = libxml2: For XML support
-   source = 
crystal-1.12.0.tar.gz::https://github.com/crystal-lang/crystal/archive/1.12.0.tar.gz
-   sha256sums = 
d13d4cfb6911166f9ee5d1386dd297a01d69aec0a7ed9705d46892e7d41e2cc2
+   source = 
crystal-1.12.1.tar.gz::https://github.com/crystal-lang/crystal/archive/1.12.1.tar.gz
+   sha256sums = 
8f464ec302696c6a60410c4234569989c10bcd5004f1563b8047c5e3e1c8ba1f
 
 pkgname = crystal


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
@@ -16,7 +16,7 @@ optdepends=('shards: crystal language package manager'
 'gmp: For BigInt support'
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('d13d4cfb6911166f9ee5d1386dd297a01d69aec0a7ed9705d46892e7d41e2cc2')
+sha256sums=('8f464ec302696c6a60410c4234569989c10bcd5004f1563b8047c5e3e1c8ba1f')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/ac65f23af72fe4ead8fe05e779881224aaf02cc8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/ac65f23af72fe4ead8fe05e779881224aaf02cc8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ninja][main] upgpkg: 1.12.0-1

2024-04-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
ninja


Commits:
b2187b96 by Anatol Pomozov at 2024-04-11T17:25:25-07:00
upgpkg: 1.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,17 @@
 pkgbase = ninja
pkgdesc = Small build system with a focus on speed
-   pkgver = 1.11.1
-   pkgrel = 4
+   pkgver = 1.12.0
+   pkgrel = 1
url = https://ninja-build.org/
arch = x86_64
-   license = Apache
+   license = Apache-2.0
+   makedepends = cmake
makedepends = python
makedepends = re2c
makedepends = emacs-nox
depends = gcc-libs
-   source = 
ninja-1.11.1.zip::https://github.com/martine/ninja/archive/v1.11.1.zip
-   sha1sums = fbcb284b7280335835c3f085fb825e6f1514396e
-   sha256sums = 
03b7ea14bf04b87cbdd64b9a1262577093e177f8e5662515de77f3a796b75951
+   source = 
ninja-1.12.0.zip::https://github.com/ninja-build/ninja/archive/v1.12.0.zip
+   sha1sums = 53e759ea6ed7895d71ce9f60915b37b20327da55
+   sha256sums = 
47411d1c95a91f416efc6f1bfb22477047c7a91951711af6123ab68ab11d6fcf
 
 pkgname = ninja


=
PKGBUILD
=
@@ -4,31 +4,29 @@
 # Contributor: Gergely Imreh 
 
 pkgname=ninja
-pkgver=1.11.1
-pkgrel=4
+pkgver=1.12.0
+pkgrel=1
 pkgdesc='Small build system with a focus on speed'
 arch=(x86_64)
 url='https://ninja-build.org/'
 license=(Apache-2.0)
 depends=(gcc-libs)
-makedepends=(python re2c emacs-nox)
+makedepends=(cmake python re2c emacs-nox)
 
source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip)
-sha1sums=('fbcb284b7280335835c3f085fb825e6f1514396e')
-sha256sums=('03b7ea14bf04b87cbdd64b9a1262577093e177f8e5662515de77f3a796b75951')
+sha1sums=('53e759ea6ed7895d71ce9f60915b37b20327da55')
+sha256sums=('47411d1c95a91f416efc6f1bfb22477047c7a91951711af6123ab68ab11d6fcf')
 
 build() {
   cd ninja-$pkgver
 
-  python configure.py --bootstrap
+  cmake -Bbuild-cmake
+  cmake --build build-cmake
   emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el
 }
 
 check() {
   cd ninja-$pkgver
-
-  python ./configure.py
-  ./ninja ninja_test
-  ./ninja_test
+  ./build-cmake/ninja_test
 }
 
 package() {
@@ -36,7 +34,7 @@ package() {
 
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
 
-  install -m755 -D ninja "$pkgdir/usr/bin/ninja"
+  install -m755 -D build-cmake/ninja "$pkgdir/usr/bin/ninja"
   install -m644 -D doc/manual.asciidoc 
"$pkgdir/usr/share/doc/ninja/manual.asciidoc"
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/b2187b96cd27e014622cfa18899b320fd0625084

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/b2187b96cd27e014622cfa18899b320fd0625084
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ninja] Pushed new tag 1.12.0-1

2024-04-11 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.12.0-1 at Arch Linux / Packaging / Packages / 
ninja

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/tree/1.12.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ninja][main] Change to SPDX license identifier

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
ninja


Commits:
434909c0 by loqs at 2024-04-10T01:55:46+00:00
Change to SPDX license identifier

https://github.com/ninja-build/ninja/blob/v1.11.1/COPYING

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgrel=4
 pkgdesc='Small build system with a focus on speed'
 arch=(x86_64)
 url='https://ninja-build.org/'
-license=(Apache)
+license=(Apache-2.0)
 depends=(gcc-libs)
 makedepends=(python re2c emacs-nox)
 
source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/434909c050ac545e9f622218328f75ba71155c7c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/434909c050ac545e9f622218328f75ba71155c7c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ninja][main] Update source URL to https://github.com/ninja-build/ninja

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
ninja


Commits:
19cea274 by loqs at 2024-04-10T01:55:03+00:00
Update source URL to https://github.com/ninja-build/ninja

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,7 +12,7 @@ url='https://ninja-build.org/'
 license=(Apache)
 depends=(gcc-libs)
 makedepends=(python re2c emacs-nox)
-source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
+source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip)
 sha1sums=('fbcb284b7280335835c3f085fb825e6f1514396e')
 sha256sums=('03b7ea14bf04b87cbdd64b9a1262577093e177f8e5662515de77f3a796b75951')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/19cea2746326c747a1e63954e3b1b8d80315ea80

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/19cea2746326c747a1e63954e3b1b8d80315ea80
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/strace][main] Enable mpers

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
strace


Commits:
ee70361a by Anatol Pomozov at 2024-04-09T18:50:58-07:00
Enable mpers

Closes #1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -16,7 +16,7 @@ validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # 
Dmitry V. Levin https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/ee70361a9940f19ec470d68300f31f7e56da0d05

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/ee70361a9940f19ec470d68300f31f7e56da0d05
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/shards][main] upgpkg: 0.18.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
shards


Commits:
234d1f2d by Anatol Pomozov at 2024-04-09T17:59:38-07:00
upgpkg: 0.18.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = shards
pkgdesc = The package manager for the Crystal language
-   pkgver = 0.17.4
+   pkgver = 0.18.0
pkgrel = 1
url = https://github.com/crystal-lang/shards
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = shards
depends = libevent
depends = gc
depends = pcre2
-   source = 
shards-0.17.4.tar.gz::https://github.com/crystal-lang/shards/archive/v0.17.4.tar.gz
-   sha256sums = 
3576c7418fa9fe09636f985a0043037bb84345f88e03ddb3da78dbe96683232d
+   source = 
shards-0.18.0.tar.gz::https://github.com/crystal-lang/shards/archive/v0.18.0.tar.gz
+   sha256sums = 
46a830afd929280735d765e59d8c27ac9ba92eddde9647ae7d3fc85addc38cc5
 
 pkgname = shards


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=shards
-pkgver=0.17.4
+pkgver=0.18.0
 pkgrel=1
 pkgdesc='The package manager for the Crystal language'
 arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(libyaml git libevent gc pcre2)
 makedepends=(crystal)
 checkdepends=(git mercurial fossil)
 
source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('3576c7418fa9fe09636f985a0043037bb84345f88e03ddb3da78dbe96683232d')
+sha256sums=('46a830afd929280735d765e59d8c27ac9ba92eddde9647ae7d3fc85addc38cc5')
 
 build() {
   cd shards-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shards/-/commit/234d1f2d7b2e7c45657a29f01ee5429e767d7c0e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shards/-/commit/234d1f2d7b2e7c45657a29f01ee5429e767d7c0e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/shards] Pushed new tag 0.18.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.18.0-1 at Arch Linux / Packaging / Packages / 
shards

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shards/-/tree/0.18.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal][main] upgpkg: 1.12.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
crystal


Commits:
178e0f2e by Anatol Pomozov at 2024-04-09T17:50:47-07:00
upgpkg: 1.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = crystal
pkgdesc = The Crystal Programming Language
-   pkgver = 1.11.2
-   pkgrel = 2
+   pkgver = 1.12.0
+   pkgrel = 1
url = https://crystal-lang.org
arch = x86_64
license = Apache
@@ -21,7 +21,7 @@ pkgbase = crystal
optdepends = libyaml: For YAML support
optdepends = gmp: For BigInt support
optdepends = libxml2: For XML support
-   source = 
crystal-1.11.2.tar.gz::https://github.com/crystal-lang/crystal/archive/1.11.2.tar.gz
-   sha256sums = 
9740f0f52745d399449b11a64b060216c8599ef73712615fe8956a1e8f7c5d9c
+   source = 
crystal-1.12.0.tar.gz::https://github.com/crystal-lang/crystal/archive/1.12.0.tar.gz
+   sha256sums = 
d13d4cfb6911166f9ee5d1386dd297a01d69aec0a7ed9705d46892e7d41e2cc2
 
 pkgname = crystal


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=1.11.2
-pkgrel=2
+pkgver=1.12.0
+pkgrel=1
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='https://crystal-lang.org'
@@ -16,7 +16,7 @@ optdepends=('shards: crystal language package manager'
 'gmp: For BigInt support'
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('9740f0f52745d399449b11a64b060216c8599ef73712615fe8956a1e8f7c5d9c')
+sha256sums=('d13d4cfb6911166f9ee5d1386dd297a01d69aec0a7ed9705d46892e7d41e2cc2')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/178e0f2ec442d20a3045ca38eb65dba36edede53

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/178e0f2ec442d20a3045ca38eb65dba36edede53
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal] Pushed new tag 1.12.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.12.0-1 at Arch Linux / Packaging / Packages / 
crystal

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/tree/1.12.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tup] Pushed new tag 0.8-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.8-1 at Arch Linux / Packaging / Packages / tup

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tup/-/tree/0.8-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tup][main] upgpkg: 0.8-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / tup


Commits:
93d5e66e by Anatol Pomozov at 2024-04-09T17:49:00-07:00
upgpkg: 0.8-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = tup
+   pkgdesc = A fast, file-based build system
+   pkgver = 0.8
+   pkgrel = 1
+   url = http://gittup.org/tup/index.html
+   install = tup.install
+   arch = x86_64
+   license = GPL2
+   depends = fuse3
+   depends = pcre
+   source = 
tup-0.8.tar.gz::https://github.com/gittup/tup/archive/v0.8.tar.gz
+   sha256sums = 
45ca35c4c1d140f3faaab7fabf9d68fd9c21074af2af9a720cff4b27cab47d07
+
+pkgname = tup


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Patrick McCarty 
 
 pkgname=tup
-pkgver=0.7.11
+pkgver=0.8
 pkgrel=1
 pkgdesc='A fast, file-based build system'
 arch=(x86_64)
@@ -12,7 +12,7 @@ license=(GPL2)
 depends=(fuse3 pcre)
 install=tup.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gittup/tup/archive/v$pkgver.tar.gz)
-sha256sums=('be24dff5f1f32cc85c73398487a756b4a393adab5e4d8500fd5164909d3e85b9')
+sha256sums=('45ca35c4c1d140f3faaab7fabf9d68fd9c21074af2af9a720cff4b27cab47d07')
 
 prepare() {
   cd tup-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tup/-/commit/93d5e66eb63602209ebba7e54d53eaf47e642d6d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tup/-/commit/93d5e66eb63602209ebba7e54d53eaf47e642d6d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mruby] Pushed new tag 3.3.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 3.3.0-1 at Arch Linux / Packaging / Packages / 
mruby

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mruby/-/tree/3.3.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mruby][main] upgpkg: 3.3.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
mruby


Commits:
1cf9206f by Anatol Pomozov at 2024-04-09T17:45:09-07:00
upgpkg: 3.3.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = mruby
+   pkgdesc = An interpreter for the Ruby programming language with the 
intention of being lightweight and easily embeddable
+   pkgver = 3.3.0
+   pkgrel = 1
+   url = https://github.com/mruby/mruby
+   arch = x86_64
+   license = MIT
+   makedepends = bison
+   makedepends = ruby
+   makedepends = ruby-rake
+   depends = readline
+   source = 
mruby-3.3.0.zip::https://github.com/mruby/mruby/archive/3.3.0.zip
+   sha256sums = 
12a2837a35ce2a48fd3d8fe25e38bae864c46df6c3e3228e2f00c72c42b06572
+
+pkgname = mruby


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=mruby
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
 arch=(x86_64)
@@ -10,7 +10,7 @@ license=(MIT)
 depends=(readline)
 makedepends=(bison ruby ruby-rake)
 source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha256sums=('64a0dd8b65825f2e7cdac6699e818648dc73bfdfc68aa1bfd58417a35315e5cc')
+sha256sums=('12a2837a35ce2a48fd3d8fe25e38bae864c46df6c3e3228e2f00c72c42b06572')
 
 build() {
   cd mruby-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mruby/-/commit/1cf9206f6e92dd47c7961a6ec3e58642ac9982f6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mruby/-/commit/1cf9206f6e92dd47c7961a6ec3e58642ac9982f6
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   4   5   6   7   8   9   10   >