[Git][archlinux/packaging/packages/python-debugpy][main] upgpkg: 1.6.8-2: New tag

2023-09-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-debugpy


Commits:
f6628b74 by Antonio Rojas at 2023-09-06T08:32:52+02:00
upgpkg: 1.6.8-2: New tag

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pipname=debugpy
 pkgname=python-$_pipname
 pkgver=1.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc='An implementation of the Debug Adapter Protocol for Python'
 arch=(x86_64)
 url='https://aka.ms/debugpy'
@@ -12,7 +12,7 @@ license=(EPL MIT)
 depends=(python)
 makedepends=(python-setuptools)
 
source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('dc4a02ec78f0b18c657357a7d16f29a93486e05a9a10e4a4b6eb2914fcb021c7')
+sha256sums=('9d61180c1c9c9b06428a8543008aaf3df2c5537f22cfefb281a7ecb5d9e1558a')
 
 prepare() {
   cd $_pipname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/f6628b74351a723db1886a3fdb41153a7cb72456

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




[Git][archlinux/packaging/packages/python-debugpy] Pushed new tag 1.6.8-2

2023-09-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.6.8-2 at Arch Linux / Packaging / Packages / 
python-debugpy

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




[Git][archlinux/packaging/packages/python-build][main] Less ambiguous source name

2023-09-05 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-build


Commits:
8bb901ce by Daniel M. Capella at 2023-09-06T01:02:14-04:00
Less ambiguous source name

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,12 +14,12 @@ optdepends=('python-virtualenv: Use virtualenv for build 
isolation')
 makedepends=('git' 'python-build' 'python-flit-core' 'python-installer'
  'python-sphinx' 'python-sphinx-argparse-cli' 
'python-sphinx-autodoc-typehints' 'python-sphinx-furo' 'python-sphinx-issues')
 checkdepends=('python-pytest' 'python-pytest-mock' 
'python-pytest-rerunfailures' 'python-filelock' 'python-setuptools' 
'python-wheel')
-source=("git+$url#tag=$pkgver")
+source=("$pkgname::git+$url#tag=$pkgver")
 #validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe LaĆ­ns 
(FFY00) 
 sha512sums=('SKIP')
 
 build() {
-  cd $_pkgname
+  cd $pkgname
 
   python -m build --wheel --skip-dependency-check --no-isolation
 
@@ -27,13 +27,13 @@ build() {
 }
 
 check() {
-  cd $_pkgname
+  cd $pkgname
 
   PYTHONPATH=src pytest
 }
 
 package() {
-  cd $_pkgname
+  cd $pkgname
 
   python -m installer --destdir="$pkgdir" dist/*.whl
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-build/-/commit/8bb901ce043332f8d9ceaccfb3f717e946967670

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




[Git][archlinux/packaging/packages/pyright][main] upgpkg: 1.1.326-1

2023-09-05 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
pyright


Commits:
021dd0af by Daniel M. Capella at 2023-09-05T22:43:53-04:00
upgpkg: 1.1.326-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,29 +2,29 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.325
+pkgver=1.1.326
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
 url=https://microsoft.github.io/pyright
 license=('MIT')
 depends=('nodejs')
-makedepends=('npm')
-source=("https://github.com/microsoft/pyright/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-b2sums=('16fdce36996b5bf969db05b722b2864e9dfd833b05030249fe998b266464b44a59801de9b0ba19b98afb3874e49fdc92410e65fd140c703fbf39becb05c2c7be')
+makedepends=('git' 'npm')
+source=("git+https://github.com/microsoft/pyright.git#tag=$pkgver";)
+b2sums=('SKIP')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   npm ci
 }
 
 build() {
-  cd $pkgname-$pkgver/packages/$pkgname
+  cd $pkgname/packages/$pkgname
   npm run build
 }
 
 check() {
-  cd $pkgname-$pkgver/packages/$pkgname-internal
+  cd $pkgname/packages/$pkgname-internal
   npm test
 }
 
@@ -35,7 +35,7 @@ package() {
   ln -s $_npmdir/langserver.index.js \
 "$pkgdir"/usr/bin/$pkgname-langserver
 
-  cd $pkgname-$pkgver
+  cd $pkgname
   install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
   install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/021dd0afa002cdaff3a0177ae0aa9f15b1778368

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




[Git][archlinux/packaging/packages/pyright] Pushed new tag 1.1.326-1

2023-09-05 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 1.1.326-1 at Arch Linux / Packaging / Packages 
/ pyright

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




[Git][archlinux/packaging/packages/pnpm][main] upgpkg: 8.7.4-1

2023-09-05 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
pnpm


Commits:
0e19ce8b by Daniel M. Capella at 2023-09-05T22:15:07-04:00
upgpkg: 8.7.4-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Tomasz Jakub Rup 
 
 pkgname=pnpm
-pkgver=8.7.3
+pkgver=8.7.4
 pkgrel=1
 pkgdesc='Fast, disk space efficient package manager'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/0e19ce8b061d211a313123ad5eceb73c15ff59a7

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




[Git][archlinux/packaging/packages/pnpm] Pushed new tag 8.7.4-1

2023-09-05 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 8.7.4-1 at Arch Linux / Packaging / Packages / 
pnpm

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




[Git][archlinux/packaging/packages/renderdoc][main] Add email for bwrsandman

2023-09-05 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
renderdoc


Commits:
b59575dd by Campbell Jones at 2023-09-05T20:23:03-04:00
Add email for bwrsandman

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,5 +1,5 @@
 # Maintainer: Campbell Jones 
-# Contributor: bwrsandman 
+# Contributor: Sandy Carter 
 # Contributor: Hans-Kristian Arntzen 
 # Contributor: Joshua Ashton 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/renderdoc/-/commit/b59575ddac3251afcb24b30a6fa9922230fd3d6c

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




[Git][archlinux/packaging/packages/telegram-desktop][main] upgpkg: 4.9.5-1

2023-09-05 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
telegram-desktop


Commits:
253bcc35 by Frederik Schwan at 2023-09-06T01:09:22+02:00
upgpkg: 4.9.5-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
 pkgname=telegram-desktop
-pkgver=4.9.4
+pkgver=4.9.5
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=('webkit2gtk: embedded browser features'
 'xdg-desktop-portal: desktop integration')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz";
 https://download.gnome.org/sources/glibmm/2.77/glibmm-2.77.0.tar.xz)
-sha512sums=('aa07078f7c88f915bf66bfe50b293a10af06c3939cb0bc84171b42fe157f07e27fa33b1203f9debc3001efac738ee21022ef8de7d7d0143133083247653763c8'
+sha512sums=('c0a33d07cfabf3b4360a9324cbee48c1e1dd91b5b2e7e0dc4852007c4e7149d9a474e3b448f937713dc3e4a42008ba3334a433674ec0c3ed6a0a4474f174f83c'
 
'6650e822de2529582d93291025500afb6a182a0c5a564f656f164d79d8765bb4ca9c9d16227148431cc71c2677923b9364e81bbd4ca4f07f68e36bb380fb9574')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/telegram-desktop/-/commit/253bcc35c5f6b8c8c1c18e96e621ac9f1bf8109f

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




[Git][archlinux/packaging/packages/telegram-desktop] Pushed new tag 4.9.5-1

2023-09-05 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 4.9.5-1 at Arch Linux / Packaging / Packages / 
telegram-desktop

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




[Git][archlinux/packaging/packages/gitlab-runner][main] upgpkg: 16.3.0-1

2023-09-05 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
gitlab-runner


Commits:
f557e238 by Frederik Schwan at 2023-09-06T00:55:24+02:00
upgpkg: 16.3.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=16.2.1
+pkgver=16.3.0
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('x86_64')
@@ -25,7 +25,6 @@ noextract=("prebuilt-alpine-arm-${pkgver}.tar.xz"
"prebuilt-ubuntu-x86_64-pwsh-${pkgver}.tar.xz"
"prebuilt-ubuntu-x86_64-${pkgver}.tar.xz")
 source=("git+https://gitlab.com/gitlab-org/gitlab-runner.git#tag=v${pkgver}";
-
"https://gitlab.alpinelinux.org/alpine/aports/-/raw/7397dbbec9cf/community/gitlab-runner/docker-client-http.patch";
 
"prebuilt-alpine-arm-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm.tar.xz";
 
"prebuilt-alpine-arm64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm64.tar.xz";
 
"prebuilt-alpine-s390x-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-s390x.tar.xz";
@@ -41,17 +40,16 @@ 
source=("git+https://gitlab.com/gitlab-org/gitlab-runner.git#tag=v${pkgver}";
 "gitlab-runner.tmpfiles"
 "config.toml")
 sha512sums=('SKIP'
-
'e38a0f10de6505c6696054cdbbc33bb3dc4a11ca7ee65eee29990f20ac9422dc24c8cf4ed248fce9335b3938a9fa218ed8e6b7ad8a479844be0e299d1c5c8d08'
-
'3b7a2ec8f9ae0a5d087e8ce145138c83daa8c78c80583422f938b22a0c899566227d592bb6277b5a6dd08e88b2ed161be4531fc930dae6e6f7264e066a053493'
-
'900ae355c022ab6bb5d7b3d3969bf04f6cf582601ba77b3f1dbb5c60741f61ea0a42cf41b12595602dff996b77840b9677acd61169775cd7e5c51ad9c35fa201'
-
'97d1fcc1d80930c260c207cbe02b043a52df98a8574d2f40a9e38f5ab1890f964f7b6bbe4e190311afc1daf5187ee7db52328c2a5334a0f4a906a933e489a4a4'
-
'1ec42a0ce14f893768e87bf261916f38aaba4a8bd3741ace63acd982c4e7140006cfeafcdbf4480513c050097525ec915941fcb6e06ddc94608d52fa22b10d30'
-
'ba55ffd9a4035b5926c45c5d724c66bcd2540813f00b5e28ec08f0f376bbcda9ac01b35354dd9beab337836665c4a0d80a790c3af642eccd42061cb70019f9d0'
-
'5628553c903d58a57ccd4915aa9b785a3cc078db1072e93e0fa4259aa083ab70955c6372f58d6c709063b154145e226a932711e4d39f19cf4ae4d5e893510aea'
-
'a2157aca17ecb38d035ca3208c341a433c7c62b81d9e769704819b816be17904da7de317196de2e5f9b9107eea2385b28ce26ee3b358855f60a97994c2f004b9'
-
'759b3b3b10c1cf47864544557b57eb8f7790693758a728d1d5f8785f771e789d6ee52c36db9c650607021bc4b5bbbc97dd1e7213817aa178de850ff7fcc6b2c1'
-
'e27fefba76c0463fd0f64dab6cb6374d29ac5153c8685f37d720aa00e3669aa315235a8c6524b0d6eb66fc21a5654037f07892b9772719c97f9c1c57469ed8e4'
-
'59639bc8b9f9efac55930eb8a1658c8b6683f69880e6a43b082f459a69376c58722911c1d4ad367c518bb43222051c5fd357f9030919fb7673ccc285a46e08f7'
+
'8e9b63bf594529e9df1fd18bbbe7165ba96a781643f3ac50747efd70d87bf0aa533c0b7f81b6e498f1f78db4c33c8772e0885ff4dc71ddee8cde23aa8dfd790d'
+
'fca86cb61f1570d472b1ed15f3e73ce6461f56d3050240cb9b1d797ea3ab05f43026f07e4a9715587c063b48968c146d8e0c3fa39e3b36e64533dd19c161a20b'
+
'616980fdba7caf15a380d4c6be3a659d1dd327af09f4d15ad91d6b4d544e8737f15832cbef98df7fdccc54a4ce7e4863f90c976485aa34aca33bf429b41a7e69'
+
'b34c76f2c2b1d734975e06f2bb51eb47dd3c56bc4cd156d293c92e8ae47af9201866671228751b941445f6ba0b8f64f753ab74a48604e0619cd0d126b1ae04c6'
+
'6c24feae100c4a79f92ffc613c93a97a90e2f3e718cb1aa1f28d69af11e8ce23abfd96d62ce8d30faefbf34ce668c041be81e9b32df04296bba51f73c6d56971'
+
'ab21921c21d746b77daaed3d9fb9232b8a8e89e8a221cf686c730f2452980832b543bb850aed929c5ca1790ba51e16390ef1d33c68616baef0ecd4cfd31b25a1'
+
'9cc603cfcc21c079ccdaf997c0b9d7e3d47e4d99b599e2f1ebaed5f240b059bbbf1d04933abbf09bbab299da5910a1bffbb8c2d9028c3880181b0ad35595ee52'
+
'664f7e04925a612e7638d51d895d77a264a8b10fb40e8b58c64f7ccf70b592bd078d88c6169b79b2dd5affd4a5ea556708af2b1d3477cb0bab055087f5957dec'
+
'f51774192dbe5067b117057f4bb86e126baac75974f5f29a24646d1c5af50116fec039038d3eb65dcb09d910e36f8d754ed12a90ecd65509a90f14a146134c4c'
+
'81d838dbdf339e08f6fc88f4c3c10e00ee3b8f56f11f0d56fa0a92a5e6d637776aafb29fca1a0ebe43c7e68def0d01216da73b870e0cc024a86b77dffe84b7f6'
 
'c0af374b9986895aedcfaee6c67cfad68f0f7289f87e4611358adaff59a2f349f55764fe28b2b1f61f8bfeb61126d4f90d433c626fdf9b826a2de6217f86574f'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7d

[Git][archlinux/packaging/packages/gitlab-runner] Pushed new tag 16.3.0-1

2023-09-05 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 16.3.0-1 at Arch Linux / Packaging / Packages / 
gitlab-runner

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




[Git][archlinux/packaging/packages/pipewire] Pushed new tag 1-0.3.79-2

2023-09-05 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-0.3.79-2 at Arch Linux / 
Packaging / Packages / pipewire

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




[Git][archlinux/packaging/packages/pipewire][main] 0.3.79-2: FS#78592 add pipewire-jack-client

2023-09-05 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / pipewire


Commits:
c7ef214b by Jan Alexander Steffens (heftig) at 2023-09-06T00:42:22+02:00
0.3.79-2: FS#78592 add pipewire-jack-client

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -11,6 +11,7 @@ pkgname=(
   pipewire-audio
   pipewire-alsa
   pipewire-ffado
+  pipewire-jack-client
   pipewire-jack
   pipewire-pulse
   pipewire-roc
@@ -21,7 +22,7 @@ pkgname=(
 )
 _commit=b5c3f217926f9066a1afbee7eb20967dd6896c56  # tags/0.3.79
 pkgver=0.3.79
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org";
@@ -37,6 +38,7 @@ makedepends=(
   glib2
   graphviz
   gst-plugins-base
+  jack2
   libcamera
   libcanberra
   libfdk-aac
@@ -92,7 +94,6 @@ build() {
 -D bluez5-codec-lc3plus=disabled
 -D docs=enabled
 -D jack-devel=true
--D jack=disabled
 -D libjack-path=/usr/lib
 -D rlimits-install=false
 -D session-managers=[]
@@ -141,7 +142,8 @@ package_pipewire() {
 'pipewire-audio: Audio support'
 'pipewire-docs: Documentation'
 'pipewire-ffado: FireWire support'
-'pipewire-jack: JACK support'
+'pipewire-jack-client: PipeWire as JACK client'
+'pipewire-jack: JACK replacement'
 'pipewire-pulse: PulseAudio replacement'
 'pipewire-roc: ROC streaming'
 'pipewire-session-manager: Session manager'
@@ -198,6 +200,9 @@ package_pipewire() {
 
 _pick ffado usr/lib/pipewire-$_ver/libpipewire-module-ffado*.so
 
+_pick jack-client 
usr/lib/pipewire-$_ver/libpipewire-module-jack{-tunnel,dbus-detect}.so
+_pick jack-client usr/lib/spa-0.2/jack
+
 _pick jack usr/bin/pw-jack
 _pick jack usr/include/jack
 _pick jack usr/lib/libjack*
@@ -328,8 +333,25 @@ package_pipewire-ffado() {
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 pipewire/COPYING
 }
 
+package_pipewire-jack-client() {
+  pkgdesc+=" - PipeWire as JACK client"
+  depends=(
+glibc
+libdbus-1.so
+libjack.so
+libpipewire-$_ver.so
+pipewire
+pipewire-audio
+  )
+  conflicts=(pipewire-jack)
+
+  mv jack-client/* "$pkgdir"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 pipewire/COPYING
+}
+
 package_pipewire-jack() {
-  pkgdesc+=" - JACK support"
+  pkgdesc+=" - JACK replacement"
   license+=(GPL2)  # libjackserver
   depends=(
 glibc
@@ -340,7 +362,7 @@ package_pipewire-jack() {
 sh
   )
   optdepends=('jack-example-tools: for official JACK example-clients and 
tools')
-  conflicts=(jack jack2)
+  conflicts=(jack jack2 pipewire-jack-client)
   provides=(jack libjack.so libjackserver.so libjacknet.so)
 
   mv jack/* "$pkgdir"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/commit/c7ef214bc0c29bd1d315f37303eb05a7be05b361

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




[Git][archlinux/packaging/packages/pandoc-crossref][main] upgpkg: 0.3.16.0-28: rebuild with microlens-aeson 2.5.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-crossref


Commits:
83e50994 by Felix Yan at 2023-09-06T00:33:20+03:00
upgpkg: 0.3.16.0-28: rebuild with microlens-aeson 2.5.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.16.0
-pkgrel=27
+pkgrel=28
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-crossref/-/commit/83e50994e3f6cc929464d58d0438d8cfaadd761e

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




[Git][archlinux/packaging/packages/pandoc-crossref] Pushed new tag 0.3.16.0-28

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.3.16.0-28 at Arch Linux / Packaging / Packages / 
pandoc-crossref

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-crossref/-/tree/0.3.16.0-28
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pandoc-cli] Pushed new tag 0.1.1-37

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.1.1-37 at Arch Linux / Packaging / Packages / 
pandoc-cli

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/tree/0.1.1-37
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pandoc-cli][main] upgpkg: 0.1.1-37: rebuild with microlens-aeson 2.5.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-cli


Commits:
0dd28964 by Felix Yan at 2023-09-06T00:31:13+03:00
upgpkg: 0.1.1-37: rebuild with microlens-aeson 2.5.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=pandoc-cli
 pkgver=0.1.1
-pkgrel=36
+pkgrel=37
 pkgdesc="Conversion between documentation formats"
 url="https://pandoc.org";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/commit/0dd289640e3c31dad095efca902442f3a6d622e7

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




[Git][archlinux/packaging/packages/haskell-hakyll] Pushed new tag 4.16.0.0-36

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 4.16.0.0-36 at Arch Linux / Packaging / Packages / 
haskell-hakyll

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/tree/4.16.0.0-36
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hakyll][main] upgpkg: 4.16.0.0-36: rebuild with microlens-aeson 2.5.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hakyll


Commits:
77630e6d by Felix Yan at 2023-09-06T00:30:08+03:00
upgpkg: 4.16.0.0-36: rebuild with microlens-aeson 2.5.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.16.0.0
-pkgrel=35
+pkgrel=36
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/77630e6d7626cd0f0b05be9f6c93d6ff46c63ce0

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




[Git][archlinux/packaging/packages/haskell-pandoc-lua-engine] Pushed new tag 0.2-29

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.2-29 at Arch Linux / Packaging / Packages / 
haskell-pandoc-lua-engine

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-engine/-/tree/0.2-29
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc-server] Pushed new tag 0.1-105

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.1-105 at Arch Linux / Packaging / Packages / 
haskell-pandoc-server

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-server/-/tree/0.1-105
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc-server][main] upgpkg: 0.1-105: rebuild with microlens-aeson 2.5.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pandoc-server


Commits:
f90d587d by Felix Yan at 2023-09-06T00:29:40+03:00
upgpkg: 0.1-105: rebuild with microlens-aeson 2.5.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=pandoc-server
 pkgname=haskell-pandoc-server
 pkgver=0.1
-pkgrel=104
+pkgrel=105
 pkgdesc="Pandoc document conversion as an HTTP servant-server"
 url="https://pandoc.org";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-server/-/commit/f90d587dcd982f1d20158171fb80dee8454e3f99

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




[Git][archlinux/packaging/packages/haskell-pandoc-lua-engine][main] upgpkg: 0.2-29: rebuild with microlens-aeson 2.5.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pandoc-lua-engine


Commits:
5a02b68b by Felix Yan at 2023-09-06T00:29:34+03:00
upgpkg: 0.2-29: rebuild with microlens-aeson 2.5.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=pandoc-lua-engine
 pkgname=haskell-pandoc-lua-engine
 pkgver=0.2
-pkgrel=28
+pkgrel=29
 pkgdesc="Lua engine to power custom pandoc conversions"
 url="https://pandoc.org";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-engine/-/commit/5a02b68b6f2072dea5f34a425106f7649b256859

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




[Git][archlinux/packaging/packages/pandoc-plot][main] upgpkg: 1.7.0-38: rebuild with microlens-aeson 2.5.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-plot


Commits:
70e6076d by Felix Yan at 2023-09-06T00:29:26+03:00
upgpkg: 1.7.0-38: rebuild with microlens-aeson 2.5.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=pandoc-plot
 pkgver=1.7.0
-pkgrel=37
+pkgrel=38
 pkgdesc="A Pandoc filter to include figures generated from code blocks using 
your plotting toolkit of choice."
 url="https://github.com/LaurentRDC/pandoc-plot#readme";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/commit/70e6076db98a6972e24264cf5f357efaa71a06ad

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




[Git][archlinux/packaging/packages/pandoc-plot] Pushed new tag 1.7.0-38

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.7.0-38 at Arch Linux / Packaging / Packages / 
pandoc-plot

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/tree/1.7.0-38
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc] Pushed new tag 3.1.2-30

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 3.1.2-30 at Arch Linux / Packaging / Packages / 
haskell-pandoc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/tree/3.1.2-30
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc][main] upgpkg: 3.1.2-30: rebuild with microlens-aeson 2.5.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pandoc


Commits:
6d2f9b83 by Felix Yan at 2023-09-06T00:28:00+03:00
upgpkg: 3.1.2-30: rebuild with microlens-aeson 2.5.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _hkgname=pandoc
 pkgname=haskell-pandoc
 pkgver=3.1.2
-pkgrel=29
+pkgrel=30
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/commit/6d2f9b838f3387271b47f884350265e341865b14

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




[Git][archlinux/packaging/packages/haskell-ipynb][main] upgpkg: 0.2-98: rebuild with microlens-aeson 2.5.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-ipynb


Commits:
82f491cd by Felix Yan at 2023-09-06T00:13:26+03:00
upgpkg: 0.2-98: rebuild with microlens-aeson 2.5.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=ipynb
 pkgname=haskell-ipynb
 pkgver=0.2
-pkgrel=97
+pkgrel=98
 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
 url="https://github.com/jgm/ipynb";
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ipynb/-/commit/82f491cdddf0572eb0e0663df1b487c54d30d089

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




[Git][archlinux/packaging/packages/haskell-ipynb] Pushed new tag 0.2-98

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.2-98 at Arch Linux / Packaging / Packages / 
haskell-ipynb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ipynb/-/tree/0.2-98
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-microlens-aeson][main] upgpkg: 2.5.1-1: rebuild with microlens-aeson 2.5.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-microlens-aeson


Commits:
d8535bd6 by Felix Yan at 2023-09-06T00:12:35+03:00
upgpkg: 2.5.1-1: rebuild with microlens-aeson 2.5.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _hkgname=microlens-aeson
 pkgname=haskell-microlens-aeson
-pkgver=2.5.0
-pkgrel=41
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="Law-abiding lenses for Aeson, using microlens"
 url="https://github.com/fosskers/microlens-aeson/";
 license=('MIT')
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-hashable' 'has
  'haskell-scientific' 'haskell-vector')
 makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b8f99796045bc5f014b1535380c680a43b2e5dd4e5543cf3b4a9683c40780a54bf4b7904a4f9cc8a6ef2c5b4caa8f74b7d116ef06011201c28b63ceac22790e4')
+sha512sums=('46f4ad1138bf034ca8c2e6d85e3509d1f3ff521bca0a0c5fa3cd165c651e1e61a11635fb4a0ff483c4900ccaa160741ac80ba2631b9a5f9b2d88a0f710bf5a7a')
 
 prepare() {
 cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-microlens-aeson/-/commit/d8535bd6ef51e30724cde2b4913cf4beab8ca8c5

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




[Git][archlinux/packaging/packages/haskell-microlens-aeson] Pushed new tag 2.5.1-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.5.1-1 at Arch Linux / Packaging / Packages / 
haskell-microlens-aeson

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




[Git][archlinux/packaging/packages/arch-hs][main] upgpkg: 0.11.1.0-39: rebuild with polysemy 1.9.1.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / arch-hs


Commits:
220d9233 by Felix Yan at 2023-09-06T00:10:11+03:00
upgpkg: 0.11.1.0-39: rebuild with polysemy 1.9.1.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.11.1.0
-pkgrel=38
+pkgrel=39
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-hs/-/commit/220d9233e24ea45921ad14e59a48f34d01c5e832

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




[Git][archlinux/packaging/packages/arch-hs] Pushed new tag 0.11.1.0-39

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.11.1.0-39 at Arch Linux / Packaging / Packages / 
arch-hs

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-hs/-/tree/0.11.1.0-39
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/npm-check-updates] Pushed new tag 16.12.1-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 16.12.1-1 at Arch Linux / Packaging / Packages / 
npm-check-updates

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




[Git][archlinux/packaging/packages/npm-check-updates][main] upgpkg: 16.12.1-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
npm-check-updates


Commits:
b8bc02b6 by Felix Yan at 2023-09-06T00:09:27+03:00
upgpkg: 16.12.1-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=16.12.0
+pkgver=16.12.1
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@ depends=('nodejs-nopt' 'npm' 'semver')
 makedepends=('git')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('828f3620c4e0a82c65bb88ac8a00cf33df300072f68f0b18943ec70585214a9fdc3d20d9459c231b89908b4cb51aad09ef756e522b1fcafda48847fd7a022c5e')
+sha512sums=('cd8e59eeb02585e90265fbc2b81d2371a6e5581d15c5d9e6645e692537d451952c13ae5caf403318c2a3b55122505687b2522261b757bdfebb18426854c6045e')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/b8bc02b66db76227dc3f6fe4517155726fcafc82

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




[Git][archlinux/packaging/packages/haskell-polysemy] Pushed new tag 1.9.1.1-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.9.1.1-1 at Arch Linux / Packaging / Packages / 
haskell-polysemy

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




[Git][archlinux/packaging/packages/haskell-polysemy][main] upgpkg: 1.9.1.1-1: rebuild with polysemy 1.9.1.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-polysemy


Commits:
2a60d857 by Felix Yan at 2023-09-06T00:08:39+03:00
upgpkg: 1.9.1.1-1: rebuild with polysemy 1.9.1.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _hkgname=polysemy
 pkgname=haskell-polysemy
-pkgver=1.9.1.0
-pkgrel=4
+pkgver=1.9.1.1
+pkgrel=1
 pkgdesc="Higher-order, low-boilerplate, zero-cost free monads"
 url="https://github.com/isovector/polysemy";
 license=('BSD')
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-async' 
'haskell-first-class-families' 'haskell-syb'
 makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-hspec-discover' 
'haskell-doctest' 'haskell-hspec'
  'haskell-inspection-testing')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('6a170372f944eeeb211b7925ff024fb2b96d04ec210bb4ac3678069bd59acd0ee6898ea09d3bf46c0ba7fe2c416b15e5ba48534a54740700eba82308e38677d5')
+sha512sums=('8a490bdc182484566ed011c0e34624aedcadc5349215a2faddcce7e720a825d52d131d822a6ee88a7ea409013212225cefa77ff81e24e0fdf44b8de5b6df4478')
 
 build() {
   cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-polysemy/-/commit/2a60d857872d06fe221e41896fba0b3906af4156

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




[Git][archlinux/packaging/packages/python-lsp-server][main] upgpkg: 1.7.4-2: Support jedi 0.19

2023-09-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-lsp-server


Commits:
57f7ad78 by Antonio Rojas at 2023-09-05T22:26:27+02:00
upgpkg: 1.7.4-2: Support jedi 0.19

- - - - -


2 changed files:

- PKGBUILD
- āˆ’ ce913f16.patch


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-lsp-server
 pkgver=1.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-server";
@@ -50,6 +50,7 @@ 
sha256sums=('c84254485a4d9431b24ecefd59741d21c00165611bcf6037bd7d54d0ed06a197'
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i ../43104e98.patch # support pyflakes 3.1
+  sed 's|jedi>=0.17.2,<0.19.0|jedi>=0.17.2,<0.20.0|' -i pyproject.toml
   sed 's|autopep8>=1.6.0,<1.7.0|autopep8>=1.6.0|' -i pyproject.toml
   sed 's|flake8>=6.1.0,<7|flake8>=6.1.0|' -i pyproject.toml
   sed 's|mccabe>=0.7.0,<0.8.0|mccabe>=0.7.0|' -i pyproject.toml


=
ce913f16.patch deleted
=
@@ -1,26 +0,0 @@
-From ce913f16359f03ffe4a60b6a2fe7ccae4b15bb4a Mon Sep 17 00:00:00 2001
-From: Carlos Cordoba 
-Date: Wed, 4 Jan 2023 19:05:01 -0500
-Subject: [PATCH] Fix pydocstyle linting with its 6.2.0 version (#329)
-

- pylsp/plugins/pydocstyle_lint.py | 4 ++--
- pyproject.toml   | 4 ++--
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/pylsp/plugins/pydocstyle_lint.py 
b/pylsp/plugins/pydocstyle_lint.py
-index 7f4e0723..0aa72b7c 100644
 a/pylsp/plugins/pydocstyle_lint.py
-+++ b/pylsp/plugins/pydocstyle_lint.py
-@@ -66,9 +66,9 @@ def pylsp_lint(config, workspace, document):
- 
- # Will only yield a single filename, the document path
- diags = []
--for filename, checked_codes, ignore_decorators in 
conf.get_files_to_check():
-+for filename, checked_codes, ignore_decorators, property_decorators 
in conf.get_files_to_check():
- errors = pydocstyle.checker.ConventionChecker().check_source(
--document.source, filename, ignore_decorators=ignore_decorators
-+document.source, filename, 
ignore_decorators=ignore_decorators, property_decorators=property_decorators
- )
- 
- try:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/57f7ad7883eadb31c90bf1e8c6195c2079bae8b2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/57f7ad7883eadb31c90bf1e8c6195c2079bae8b2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-lsp-server] Pushed new tag 1.7.4-2

2023-09-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.7.4-2 at Arch Linux / Packaging / Packages / 
python-lsp-server

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




[Git][archlinux/packaging/packages/sbcl] Pushed new tag 2.3.8-1

2023-09-05 Thread @juergen


JĆ¼rgen Hƶtzel pushed new tag 2.3.8-1 at Arch Linux / Packaging / Packages / sbcl

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




[Git][archlinux/packaging/packages/sbcl][main] upgpkg: 2.3.8-1

2023-09-05 Thread @juergen


JĆ¼rgen Hƶtzel pushed to branch main at Arch Linux / Packaging / Packages / sbcl


Commits:
547a90ed by Juergen Hoetzel at 2023-09-05T22:07:52+02:00
upgpkg: 2.3.8-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=2.3.7
+pkgver=2.3.8
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/";
@@ -15,7 +15,7 @@ provides=('common-lisp' 'cl-asdf')
 makedepends=('sbcl')
 
source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
   "arch-fixes.lisp")
-sha256sums=('698144fb805a31919a610de999ab98391d52eb698adaa8ca19b28fc6ed0d99f7'
+sha256sums=('421571b2ac916e58be8ebcea5ef4abf8d7902863db6a1d0a5efa9500adca0d29'
 'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sbcl/-/commit/547a90ed1e9bc8570bdac1af120b45a31c7e46b4

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




[Git][archlinux/packaging/packages/maxima][main] sbcl rebuild: 5.47.0-4

2023-09-05 Thread @juergen


JĆ¼rgen Hƶtzel pushed to branch main at Arch Linux / Packaging / Packages / 
maxima


Commits:
f91b111a by Juergen Hoetzel at 2023-09-05T22:07:29+02:00
sbcl rebuild: 5.47.0-4

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,9 +5,9 @@
 pkgbase=maxima
 pkgname=($pkgbase{,-sbcl,-ecl,-fas})
 pkgver=5.47.0
-_sbclver=2.3.7
+_sbclver=2.3.8
 _eclver=21.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A sophisticated computer algebra system'
 arch=(x86_64)
 license=(GPL)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/maxima/-/commit/f91b111ade802a24338e5fb88be47aab9322aab3

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




[Git][archlinux/packaging/packages/maxima] Pushed new tag 5.47.0-4

2023-09-05 Thread @juergen


JĆ¼rgen Hƶtzel pushed new tag 5.47.0-4 at Arch Linux / Packaging / Packages / 
maxima

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




[Git][archlinux/packaging/packages/arch-hs][main] upgpkg: 0.11.1.0-38: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / arch-hs


Commits:
529c9351 by Felix Yan at 2023-09-05T23:00:48+03:00
upgpkg: 0.11.1.0-38: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.11.1.0
-pkgrel=37
+pkgrel=38
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-hs/-/commit/529c93511b6e45163cb95a32309defe1630e4fc8

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




[Git][archlinux/packaging/packages/arch-hs] Pushed new tag 0.11.1.0-38

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.11.1.0-38 at Arch Linux / Packaging / Packages / 
arch-hs

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-hs/-/tree/0.11.1.0-38
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postgrest] Pushed new tag 10.0.0-133

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 10.0.0-133 at Arch Linux / Packaging / Packages / 
postgrest

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




[Git][archlinux/packaging/packages/postgrest][main] upgpkg: 10.0.0-133: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / postgrest


Commits:
40508663 by Felix Yan at 2023-09-05T22:59:11+03:00
upgpkg: 10.0.0-133: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=10.0.0
-pkgrel=132
+pkgrel=133
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgrest/-/commit/4050866376e04f81255c7d133f557f38a51f

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




[Git][archlinux/packaging/packages/haskell-arch-web] Pushed new tag 0.2-30

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.2-30 at Arch Linux / Packaging / Packages / 
haskell-arch-web

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-arch-web/-/tree/0.2-30
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-arch-web][main] upgpkg: 0.2-30: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-arch-web


Commits:
f2fd81e9 by Felix Yan at 2023-09-05T22:59:08+03:00
upgpkg: 0.2-30: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=arch-web
 pkgname=haskell-arch-web
 pkgver=0.2
-pkgrel=29
+pkgrel=30
 pkgdesc="Arch Linux official and AUR web interface binding"
 url="https://github.com/berberman/arch-web";
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-arch-web/-/commit/f2fd81e965f4c0b7f861ebba0f53ff413f689616

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




[Git][archlinux/packaging/packages/haskell-coinbase-pro][main] upgpkg: 0.9.3.2-78: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-coinbase-pro


Commits:
c7e212de by Felix Yan at 2023-09-05T22:58:20+03:00
upgpkg: 0.9.3.2-78: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=coinbase-pro
 pkgname=haskell-coinbase-pro
 pkgver=0.9.3.2
-pkgrel=77
+pkgrel=78
 pkgdesc="Client for Coinbase Pro"
 url="https://github.com/mdunnio/coinbase-pro#readme";
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-coinbase-pro/-/commit/c7e212deb0d4f9692a28f1a1d1e29e5bad1c8d7f

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




[Git][archlinux/packaging/packages/haskell-coinbase-pro] Pushed new tag 0.9.3.2-78

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.9.3.2-78 at Arch Linux / Packaging / Packages / 
haskell-coinbase-pro

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-coinbase-pro/-/tree/0.9.3.2-78
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pandoc-cli][main] upgpkg: 0.1.1-36: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-cli


Commits:
ff7068e8 by Felix Yan at 2023-09-05T22:55:51+03:00
upgpkg: 0.1.1-36: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=pandoc-cli
 pkgver=0.1.1
-pkgrel=35
+pkgrel=36
 pkgdesc="Conversion between documentation formats"
 url="https://pandoc.org";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/commit/ff7068e8a694ad1941e8a1f95d2dda48fcef9a17

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




[Git][archlinux/packaging/packages/haskell-servant-client][main] upgpkg: 0.19-111: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-servant-client


Commits:
3f1f1899 by Felix Yan at 2023-09-05T22:55:58+03:00
upgpkg: 0.19-111: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=servant-client
 pkgname=haskell-servant-client
 pkgver=0.19
-pkgrel=110
+pkgrel=111
 pkgdesc="Automatic derivation of querying functions for servant"
 url="http://docs.servant.dev/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-client/-/commit/3f1f189948b72d3184001986eb71bd5a67f38458

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




[Git][archlinux/packaging/packages/pandoc-cli] Pushed new tag 0.1.1-36

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.1.1-36 at Arch Linux / Packaging / Packages / 
pandoc-cli

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/tree/0.1.1-36
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-servant-client] Pushed new tag 0.19-111

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.19-111 at Arch Linux / Packaging / Packages / 
haskell-servant-client

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-client/-/tree/0.19-111
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-servant-swagger] Pushed new tag 1.1.11-109

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.11-109 at Arch Linux / Packaging / Packages / 
haskell-servant-swagger

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-swagger/-/tree/1.1.11-109
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-servant-swagger][main] upgpkg: 1.1.11-109: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-servant-swagger


Commits:
51e86ea6 by Felix Yan at 2023-09-05T22:55:13+03:00
upgpkg: 1.1.11-109: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.11
-pkgrel=108
+pkgrel=109
 pkgdesc="Generate Swagger specification for your servant API"
 url="https://github.com/haskell-servant/servant/tree/master/servant-swagger";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-swagger/-/commit/51e86ea6d13165145d80a0d450c4fe8763cdbcc8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-swagger/-/commit/51e86ea6d13165145d80a0d450c4fe8763cdbcc8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc-server][main] upgpkg: 0.1-104: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pandoc-server


Commits:
e5c752b3 by Felix Yan at 2023-09-05T22:54:32+03:00
upgpkg: 0.1-104: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=pandoc-server
 pkgname=haskell-pandoc-server
 pkgver=0.1
-pkgrel=103
+pkgrel=104
 pkgdesc="Pandoc document conversion as an HTTP servant-server"
 url="https://pandoc.org";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-server/-/commit/e5c752b331755c5bfcf3b3fe0469b10266691c7d

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




[Git][archlinux/packaging/packages/haskell-pandoc-server] Pushed new tag 0.1-104

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.1-104 at Arch Linux / Packaging / Packages / 
haskell-pandoc-server

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-server/-/tree/0.1-104
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-swagger2] Pushed new tag 2.8.7-14

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.8.7-14 at Arch Linux / Packaging / Packages / 
haskell-swagger2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-swagger2/-/tree/2.8.7-14
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-swagger2][main] upgpkg: 2.8.7-14: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-swagger2


Commits:
715b4987 by Felix Yan at 2023-09-05T22:53:30+03:00
upgpkg: 2.8.7-14: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.8.7
-pkgrel=13
+pkgrel=14
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-swagger2/-/commit/715b498706887090c875840c1f5cd442cc248f94

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




[Git][archlinux/packaging/packages/haskell-servant-client-core][main] upgpkg: 0.19-66: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-servant-client-core


Commits:
2b14f893 by Felix Yan at 2023-09-05T22:50:28+03:00
upgpkg: 0.19-66: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=servant-client-core
 pkgname=haskell-servant-client-core
 pkgver=0.19
-pkgrel=65
+pkgrel=66
 pkgdesc="Core functionality and class for client function generation for 
servant APIs"
 url="http://docs.servant.dev/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-client-core/-/commit/2b14f8939cacdd59ee9f75de33f485e46b2338c2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-client-core/-/commit/2b14f8939cacdd59ee9f75de33f485e46b2338c2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-servant-client-core] Pushed new tag 0.19-66

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.19-66 at Arch Linux / Packaging / Packages / 
haskell-servant-client-core

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-client-core/-/tree/0.19-66
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-servant-server] Pushed new tag 0.19.2-76

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.19.2-76 at Arch Linux / Packaging / Packages / 
haskell-servant-server

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-server/-/tree/0.19.2-76
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-servant-server][main] upgpkg: 0.19.2-76: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-servant-server


Commits:
3606444f by Felix Yan at 2023-09-05T22:48:55+03:00
upgpkg: 0.19.2-76: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.19.2
-pkgrel=75
+pkgrel=76
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="https://haskell-servant.readthedocs.org/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-server/-/commit/3606444f334b2be5f9961e4dbafe0147e07a1a7f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant-server/-/commit/3606444f334b2be5f9961e4dbafe0147e07a1a7f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-servant][main] upgpkg: 0.19.1-45: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-servant


Commits:
cd4177e6 by Felix Yan at 2023-09-05T22:47:34+03:00
upgpkg: 0.19.1-45: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.19.1
-pkgrel=44
+pkgrel=45
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant/-/commit/cd4177e68d2c0270fcc1457255ec90458f3fe598

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




[Git][archlinux/packaging/packages/haskell-servant] Pushed new tag 0.19.1-45

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.19.1-45 at Arch Linux / Packaging / Packages / 
haskell-servant

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-servant/-/tree/0.19.1-45
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-http-media] Pushed new tag 0.8.1.0-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.8.1.0-1 at Arch Linux / Packaging / Packages / 
haskell-http-media

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




[Git][archlinux/packaging/packages/haskell-http-media][main] upgpkg: 0.8.1.0-1: rebuild with http-media 0.8.1.0

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-http-media


Commits:
e835df5b by Felix Yan at 2023-09-05T22:45:54+03:00
upgpkg: 0.8.1.0-1: rebuild with http-media 0.8.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,27 +3,22 @@
 
 _hkgname=http-media
 pkgname=haskell-http-media
-pkgver=0.8.0.0
-pkgrel=186
+pkgver=0.8.1.0
+pkgrel=1
 pkgdesc="Processing HTTP Content-Type and Accept headers"
 url="https://github.com/zmthy/http-media";
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-case-insensitive" "haskell-utf8-string")
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('549fa1892c81224e79bad4268993e0cfa324d9d0c9daa0d800ac7cc4eee307405155989672c49adb0e124ca29c2d83cc565ba3c935fd3be4ab4ef0594b012bb5')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *4.13/<5/' $_hkgname.cabal
-}
+sha512sums=('2dbef8ca376ece00d3ce2f8417db9e6b5837ed441911ac88e51c6867b8c6753e41ece3d0ccad18598dee1a9e541090cdd37867ab449e91186a30b9711d379a8f')
 
 build() {
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
 runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
@@ -32,6 +27,11 @@ build() {
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
 package() {
 cd $_hkgname-$pkgver
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-media/-/commit/e835df5b08bf47eff4ee4cc1ed04d5245d74b46a

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




[Git][archlinux/packaging/packages/haskell-gi-gtk][main] upgpkg: 4.0.6-73: rebuild with gi-gsk 4.0.7

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-gi-gtk


Commits:
e7ce34f5 by Felix Yan at 2023-09-05T22:40:37+03:00
upgpkg: 4.0.6-73: rebuild with gi-gsk 4.0.7

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=gi-gtk
 pkgname=haskell-gi-gtk
 pkgver=4.0.6
-pkgrel=72
+pkgrel=73
 pkgdesc="Gtk bindings"
 url="https://github.com/haskell-gi/haskell-gi";
 license=("LGPL2.1")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi-gtk/-/commit/e7ce34f5984badef76c5be9876a7858a1a09b189

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




[Git][archlinux/packaging/packages/haskell-gi-gtk] Pushed new tag 4.0.6-73

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 4.0.6-73 at Arch Linux / Packaging / Packages / 
haskell-gi-gtk

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi-gtk/-/tree/4.0.6-73
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-elementpath] Pushed new tag 4.1.5-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 4.1.5-1 at Arch Linux / Packaging / Packages / 
python-elementpath

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




[Git][archlinux/packaging/packages/python-elementpath][main] upgpkg: 4.1.5-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-elementpath


Commits:
c6a4378a by Felix Yan at 2023-09-05T22:35:37+03:00
upgpkg: 4.1.5-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-elementpath
-pkgver=4.1.4
-_commit=50c6e475d9a119eadfda2107508dca548510b108
+pkgver=4.1.5
+_commit=dfcc2fd3d6011b16e02bf30459a7924f547b47d0
 pkgrel=1
 pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
 url="https://github.com/sissaschool/elementpath";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-elementpath/-/commit/c6a4378a799de10acf65636420ad562760981c68

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




[Git][archlinux/packaging/packages/haskell-gi-gsk][main] upgpkg: 4.0.7-1: rebuild with gi-gsk 4.0.7

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-gi-gsk


Commits:
4f9f8334 by Felix Yan at 2023-09-05T22:35:18+03:00
upgpkg: 4.0.7-1: rebuild with gi-gsk 4.0.7

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _hkgname=gi-gsk
 pkgname=haskell-gi-gsk
-pkgver=4.0.5
-pkgrel=79
+pkgver=4.0.7
+pkgrel=1
 pkgdesc="Gsk bindings"
 url="https://github.com/haskell-gi/haskell-gi";
 license=("LGPL2.1")
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-gi-cairo' 'haskell-gi-gdk' 
'haskell-gi-gdkpixbuf' '
  'haskell-gi-base' 'haskell-gi-overloading' 'gtk4')
 makedepends=('ghc' 'gobject-introspection')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('e399b16f82318694f3f2758f772b7168f20eb9c15173e77278d97b30b9fff50b')
+sha256sums=('94a112abacda3b91256f7764b3f3bbea9475e8bc2b3dbf075763dc17de830ed7')
 
 build() {
   cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi-gsk/-/commit/4f9f8334492bb2223fff1838fbc169dbd4b096eb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi-gsk/-/commit/4f9f8334492bb2223fff1838fbc169dbd4b096eb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-gi-gsk] Pushed new tag 4.0.7-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 4.0.7-1 at Arch Linux / Packaging / Packages / 
haskell-gi-gsk

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




[Git][archlinux/packaging/packages/agda][main] upgpkg: 2.6.3-18: rebuild with STMonadTrans 0.4.7

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / agda


Commits:
7745438f by Felix Yan at 2023-09-05T22:25:04+03:00
upgpkg: 2.6.3-18: rebuild with STMonadTrans 0.4.7

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.6.3
-pkgrel=17
+pkgrel=18
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="https://wiki.portal.chalmers.se/agda/";
 license=("custom")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/agda/-/commit/7745438f36d96e96037695bd2e143ac0fdf85ba6

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




[Git][archlinux/packaging/packages/agda] Pushed new tag 2.6.3-18

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.6.3-18 at Arch Linux / Packaging / Packages / agda

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




[Git][archlinux/packaging/packages/debootstrap][main] upgpkg: 1.0.131-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
debootstrap


Commits:
491b9144 by Felix Yan at 2023-09-05T22:13:19+03:00
upgpkg: 1.0.131-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=debootstrap
-pkgver=1.0.130
+pkgver=1.0.131
 pkgrel=1
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
@@ -14,7 +14,7 @@ optdepends=('gnupg: check release signatures'
 'debian-archive-keyring: check release signatures for Debian'
 'debian-ports-archive-keyring: check release signatures for Debian 
Ports'
 'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('c2f4b2fe93144ba51896f572befec2a299626792e020fa844c665f5154b7947420c14efcf3890c39d4617d376324410b41357042606de71b389c6b0bf347af1f'
+sha512sums=('a7113392bbc0ed18f5208f535baa23691c4a2ec326dc8970d812ca1017fb4c86f61943541d1b77bff6cbb8d40277e5cd155759f7f86d583c09c47df9a0e625ba'
 
'd70a9d096d1692f71970cc818515bd783a6031bfe2d2857134eabf6fd36e4137152ebafa8e2d4ae7c8cb442c8532cd4192715b286e38b4d947b0b467e9ed54a5')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/debootstrap/-/commit/491b9144db04da6a962de7eb3933746911c3c3e8

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




[Git][archlinux/packaging/packages/debootstrap] Pushed new tag 1.0.131-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.131-1 at Arch Linux / Packaging / Packages / 
debootstrap

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




[Git][archlinux/packaging/packages/haskell-equivalence] Pushed new tag 0.4.1-29

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.4.1-29 at Arch Linux / Packaging / Packages / 
haskell-equivalence

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-equivalence/-/tree/0.4.1-29
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-equivalence][main] upgpkg: 0.4.1-29: rebuild with STMonadTrans 0.4.7

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-equivalence


Commits:
baba1425 by Felix Yan at 2023-09-05T22:08:45+03:00
upgpkg: 0.4.1-29: rebuild with STMonadTrans 0.4.7

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=equivalence
 pkgname=haskell-equivalence
 pkgver=0.4.1
-pkgrel=28
+pkgrel=29
 pkgdesc="Maintaining an equivalence relation implemented as union-find using 
STT."
 url="https://bitbucket.org/paba/equivalence/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-equivalence/-/commit/baba142523b4c9a4827a476d223eb54a26d0431d

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




[Git][archlinux/packaging/packages/haskell-stmonadtrans] Pushed new tag 0.4.7-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.4.7-1 at Arch Linux / Packaging / Packages / 
haskell-stmonadtrans

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




[Git][archlinux/packaging/packages/haskell-stmonadtrans][main] upgpkg: 0.4.7-1: rebuild with STMonadTrans 0.4.7

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-stmonadtrans


Commits:
bcc6f7dc by Felix Yan at 2023-09-05T22:07:10+03:00
upgpkg: 0.4.7-1: rebuild with STMonadTrans 0.4.7

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _hkgname=STMonadTrans
 pkgname=haskell-stmonadtrans
-pkgver=0.4.6
-pkgrel=79
+pkgver=0.4.7
+pkgrel=1
 pkgdesc="A monad transformer version of the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -12,7 +12,7 @@ arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('51271beb580b44029fad41bb03ed3585acf803af6c60dd410a00196505f872cc38974dbc078a0a1f8077dbd69354906ce46f43cab9e82f6610fb668e15019080')
+sha512sums=('9fde79fa9cf6863a24dd92f333aa7cccdcc3bd2506a0588b11e5dc6d290be3cc1076d7d4a473496dee3de99a3cf2971c9b3be19a90c68ae1c78a3ff4c9c8')
 
 build() {
 cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-stmonadtrans/-/commit/bcc6f7dcc4059e20fa6f33ddbe3eba4d09517416

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




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

2023-09-05 Thread Anatol Pomozov (@anatolik)


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


Commits:
ebf785f6 by Anatol Pomozov at 2023-09-05T12:00:42-07:00
upgpkg: 6.5-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

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

 



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

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




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

2023-09-05 Thread Anatol Pomozov (@anatolik)


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

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




[Git][archlinux/packaging/packages/git-annex][main] upgpkg: 10.20230626-26: rebuild with bloomfilter 2.0.1.2

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / git-annex


Commits:
c5a57af8 by Felix Yan at 2023-09-05T21:59:45+03:00
upgpkg: 10.20230626-26: rebuild with bloomfilter 2.0.1.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=10.20230626
-pkgrel=25
+pkgrel=26
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/";
 license=("AGPL3")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-annex/-/commit/c5a57af810467af61d6f89ea4dc2e4681c642b15

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




[Git][archlinux/packaging/packages/git-annex] Pushed new tag 10.20230626-26

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 10.20230626-26 at Arch Linux / Packaging / Packages / 
git-annex

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-annex/-/tree/10.20230626-26
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mariadb][main] do not use fortification level 3

2023-09-05 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
mariadb


Commits:
32a1e5c7 by Christian Hesse at 2023-09-05T20:52:09+02:00
do not use fortification level 3

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -88,6 +88,10 @@ build() {
 -DWITH_ZLIB=system
   )
 
+  # this uses malloc_usable_size, which is incompatible with fortification 
level 3
+  export CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
+  export CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
+
   mkdir build
   cd build
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mariadb/-/commit/32a1e5c7845858d1321c7319273e5e354fbafaf4

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




[Git][archlinux/packaging/packages/systemd][main] do not use fortification level 3

2023-09-05 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
systemd


Commits:
806753c8 by Christian Hesse at 2023-09-05T20:49:45+02:00
do not use fortification level 3

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -149,6 +149,10 @@ build() {
 -Dsbat-distro-url="https://archlinux.org/packages/core/x86_64/${pkgname}/";
   )
 
+  # this uses malloc_usable_size, which is incompatible with fortification 
level 3
+  export CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
+  export CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
+
   arch-meson "$pkgbase-stable" build "${_meson_options[@]}"
 
   meson compile -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/806753c812cd0fc727d20c685bc3d80492a42ed7

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




[Git][archlinux/packaging/packages/lib32-systemd][main] do not use fortification level 3

2023-09-05 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-systemd


Commits:
d4c9a3f0 by Christian Hesse at 2023-09-05T20:51:12+02:00
do not use fortification level 3

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -156,6 +156,10 @@ build() {
 -Dsysvrcnd-path=
   )
 
+  # this uses malloc_usable_size, which is incompatible with fortification 
level 3
+  export CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
+  export CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
+
   arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
 
   meson compile -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-systemd/-/commit/d4c9a3f0689ddb01336c6ce610eeb1481ad09a8a

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




[Git][archlinux/packaging/packages/haskell-bloomfilter][main] upgpkg: 2.0.1.2-1: rebuild with bloomfilter 2.0.1.2

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-bloomfilter


Commits:
e75302d4 by Felix Yan at 2023-09-05T21:56:51+03:00
upgpkg: 2.0.1.2-1: rebuild with bloomfilter 2.0.1.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _hkgname=bloomfilter
 pkgname=haskell-bloomfilter
-pkgver=2.0.1.1
+pkgver=2.0.1.2
 pkgrel=1
 pkgdesc="Pure and impure Bloom Filter implementations"
 url="https://github.com/haskell-pkg-janitors/bloomfilter";
@@ -12,7 +12,7 @@ arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('7ca13a9c91b257a2b3aa0da6ce5b9663a416c4b5b6bce8a4f7686ec8e03245fa9f300b9500d6b08523a938fb19fb2bb5ee9d425b3b89df2bedbc40a37a3c45b5')
+sha512sums=('1fd0733231c413aff693194639dc49d27dc2fce669a38a838815e180b8cb45bf98b4c18a702d2ece8ec0d78c970802deea82c328c3d6585f7f7385a403a07365')
 
 build() {
 cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-bloomfilter/-/commit/e75302d4580e855bfd8965d1127fc497be443063

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




[Git][archlinux/packaging/packages/haskell-bloomfilter] Pushed new tag 2.0.1.2-1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.0.1.2-1 at Arch Linux / Packaging / Packages / 
haskell-bloomfilter

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




[Git][archlinux/packaging/packages/allure][main] upgpkg: 0.11.0.0-94: rebuild with binary-orphans 1.0.4.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / allure


Commits:
137a36c5 by Felix Yan at 2023-09-05T21:53:28+03:00
upgpkg: 0.11.0.0-94: rebuild with binary-orphans 1.0.4.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=Allure
 pkgname=allure
 pkgver=0.11.0.0
-pkgrel=93
+pkgrel=94
 pkgdesc="Near-future Sci-Fi roguelike and tactical squad combat game"
 url="http://allureofthestars.com";
 license=("AGPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/allure/-/commit/137a36c5762d93c6d9da8f743baf1863e421ca2b

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




[Git][archlinux/packaging/packages/allure] Pushed new tag 0.11.0.0-94

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.11.0.0-94 at Arch Linux / Packaging / Packages / 
allure

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




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

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.2.0-1 at Arch Linux / Packaging / Packages / comtool

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




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

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / comtool


Commits:
efa66e7e by Felix Yan at 2023-09-05T21:49:45+03:00
upgpkg: 2.2.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan 
 
 pkgname=comtool
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="A cross platform serial debug tools written by python"
 arch=('any')
 url="https://github.com/Neutree/COMTool";
 license=('LGPL')
-depends=('python-pyqt5' 'python-pyserial' 'python-requests' 'python-babel')
+depends=('python-pyqt5' 'python-pyserial' 'python-requests' 'python-babel' 
'python-qtawesome')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Neutree/COMTool/archive/v$pkgver.tar.gz";)
-sha512sums=('6d9f65edd5fcccb9e1efa87a46a441b0d6ffb934b176e61a4df1750e3c84f846c2101507ff182606356de48e8967ea507f258174f7ca26836951d4e724290e27')
+sha512sums=('e73263a96c4dd7bdf8c510a0ea78fc3912b21fb3c14a17c739b916efaeb4ae04c1810101cc17ef4b252d9f908d29a7aa8c4f2b199870487b42cdba1d81370772')
 
 prepare() {
   cd COMTool-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/comtool/-/commit/efa66e7e1612784c5a3cd1e030c644618f9cb5b1

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




[Git][archlinux/packaging/packages/haskell-lambdahack] Pushed new tag 0.11.0.0-94

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.11.0.0-94 at Arch Linux / Packaging / Packages / 
haskell-lambdahack

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lambdahack/-/tree/0.11.0.0-94
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-lambdahack][main] upgpkg: 0.11.0.0-94: rebuild with binary-orphans 1.0.4.1

2023-09-05 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-lambdahack


Commits:
cc5c623d by Felix Yan at 2023-09-05T21:48:56+03:00
upgpkg: 0.11.0.0-94: rebuild with binary-orphans 1.0.4.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=LambdaHack
 pkgname=haskell-lambdahack
 pkgver=0.11.0.0
-pkgrel=93
+pkgrel=94
 pkgdesc="A game engine library for tactical squad ASCII roguelike dungeon 
crawlers"
 url="https://lambdahack.github.io";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lambdahack/-/commit/cc5c623d0bc237f137c73028380c0f68465a51a8

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




[Git][archlinux/packaging/packages/soplex][main] upgpkg: 6.0.4-1: Update to 6.0.4

2023-09-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
soplex


Commits:
c5455858 by Antonio Rojas at 2023-09-05T20:45:33+02:00
upgpkg: 6.0.4-1: Update to 6.0.4

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=soplex
-pkgver=6.0.3
-pkgrel=2
+pkgver=6.0.4
+pkgrel=1
 pkgdesc='Sequential object-oriented simPlex'
 arch=(x86_64)
 url='https://www.scipopt.org/'
@@ -11,7 +11,7 @@ depends=(zlib mpfr)
 makedepends=(cmake boost)
 options=(!lto)
 
source=(https://github.com/scipopt/$pkgname/archive/release-${pkgver//./}/$pkgname-$pkgver.tar.gz)
-sha256sums=('2bdf9adc9ac6ad48f98056679b7b852e626ac4aaaf277e7d4ce17794ed1097be')
+sha256sums=('691f5b593cb85c2586522d5de5a5a7692958d22ff1ddffb4fc395f4696590b6f')
 
 build() {
   cmake -B build -S $pkgname-release-${pkgver//./} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soplex/-/commit/c5455858fa4fd988a7bbb9bc2e0118b6fcdbe5bc

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




  1   2   3   >