[Git][archlinux/packaging/packages/zellij][main] upgpkg: 0.39.2-2: Re-enable now working LTO, add linked curl dependency

2024-02-12 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
zellij


Commits:
a0e89147 by Caleb Maclennan at 2024-02-13T10:47:09+03:00
upgpkg: 0.39.2-2: Re-enable now working LTO, add linked curl dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,16 @@
 pkgbase = zellij
pkgdesc = A terminal multiplexer
pkgver = 0.39.2
-   pkgrel = 1
+   pkgrel = 2
url = https://zellij.dev
arch = x86_64
license = MIT
makedepends = cargo
makedepends = mandown
+   depends = curl
+   depends = libcurl.so
depends = gcc-libs
-   options = !lto
+   depends = glibc
source = 
zellij-0.39.2.tar.gz::https://github.com/zellij-org/zellij/archive/v0.39.2.tar.gz
sha512sums = 
4f77adfdad74fce1ece1abee6a354dc5fb2d81470ad798a76713b0c1c429d47d37f34a1e7c26949023c57d1ce57531f60df9f4bb1a5d5badd6fadcd62ffb4d30
 


=
PKGBUILD
=
@@ -1,27 +1,30 @@
 # Maintainer: Orhun Parmaksız 
+# Maintainer: Caleb Maclennan 
 # Contributor: Julien Nicoulaud 
 
 pkgname=zellij
 pkgver=0.39.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A terminal multiplexer"
 arch=('x86_64')
 url="https://zellij.dev;
 license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo' 'mandown')
+depends=(curl libcurl.so
+ gcc-libs
+ glibc)
+makedepends=(cargo
+ mandown)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zellij-org/${pkgname}/archive/v${pkgver}.tar.gz;)
 
sha512sums=('4f77adfdad74fce1ece1abee6a354dc5fb2d81470ad798a76713b0c1c429d47d37f34a1e7c26949023c57d1ce57531f60df9f4bb1a5d5badd6fadcd62ffb4d30')
-options=('!lto')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {
   cd "$pkgname-$pkgver"
-  RUSTUP_TOOLCHAIN=stable cargo build --release --frozen
+  cargo build --release --frozen
   ./target/release/zellij setup --generate-completion bash > target/zellij.bash
   ./target/release/zellij setup --generate-completion fish > target/zellij.fish
   ./target/release/zellij setup --generate-completion zsh > target/zellij.zsh



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zellij/-/commit/a0e891476c6a2efdb9091de983afa29f2985ee18

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




[Git][archlinux/packaging/packages/zellij] Pushed new tag 0.39.2-2

2024-02-12 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.39.2-2 at Arch Linux / Packaging / Packages / 
zellij

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




[Git][archlinux/packaging/packages/python-asyncpg][main] Add missing python-async-timeout dependency

2024-02-12 Thread Antonio Rojas (@arojas)


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


Commits:
72b7c807 by Antonio Rojas at 2024-02-13T08:23:58+01:00
Add missing python-async-timeout dependency

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asyncpg/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-asyncpg
pkgdesc = A fast PostgreSQL Database Client Library for Python/asyncio
pkgver = 0.29.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/MagicStack/asyncpg
arch = x86_64
license = Apache
@@ -14,6 +14,7 @@ pkgbase = python-asyncpg
makedepends = python-setuptools
makedepends = python-wheel
depends = python
+   depends = python-async-timeout
source = 
https://files.pythonhosted.org/packages/source/a/asyncpg/asyncpg-0.29.0.tar.gz
sha512sums = 
5db979496323fcf4068d5de111b52f2ae1ad9efe68f80c28e6303ad936eb051d1792409f1e31fb86dc35caad5ef9b92c40e4f6dcb3907ab2247f61db5504
b2sums = 
9bb5606dfb103e066dcfd15c327fe8a8135bf4433c816dc354d84227e40b9f18bb2788ead0dd25b087f97b3113645b6dcfd8991a7bb6e2e71528d122c41105d5


=
PKGBUILD
=
@@ -3,12 +3,12 @@
 _name=asyncpg
 pkgname=python-$_name
 pkgver=0.29.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A fast PostgreSQL Database Client Library for Python/asyncio'
 arch=('x86_64')
 url='https://github.com/MagicStack/asyncpg'
 license=('Apache')
-depends=('python')
+depends=('python' 'python-async-timeout')
 makedepends=('cython0' 'python-build' 'python-installer' 'python-setuptools'
 'python-wheel')
 checkdepends=('python-pytest' 'python-uvloop' 'postgresql')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asyncpg/-/commit/72b7c807050747be08f3fc29d1d64064f7fab54b

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




[Git][archlinux/packaging/packages/python-asyncpg] Pushed new tag 0.29.0-2

2024-02-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.29.0-2 at Arch Linux / Packaging / Packages / 
python-asyncpg

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




[Git][archlinux/packaging/packages/qt6-base][main] Add nvchecker.toml

2024-02-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-base


Commits:
9e04ea37 by Antonio Rojas at 2024-02-13T08:06:07+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[qt6-base]
+source = 'git'
+git = 'git://code.qt.io/qt/qtbase.git'
+prefix = 'v'
+exclude_regex = '.*(alpha|beta|rc).*'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/9e04ea37710d4cf03bbd3569ba81b5af645fa527

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




[Git][archlinux/packaging/packages/python-jaraco.classes] Pushed new tag 3.3.1-1

2024-02-12 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 3.3.1-1 at Arch Linux / Packaging / Packages / 
python-jaraco.classes

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




[Git][archlinux/packaging/packages/python-jaraco.classes][main] upgpkg: 3.3.1-1

2024-02-12 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-jaraco.classes


Commits:
37543dec by Chih-Hsuan Yen at 2024-02-13T12:41:36+08:00
upgpkg: 3.3.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = python-jaraco.classes
+   pkgdesc = Module for classes manipulation
+   pkgver = 3.3.1
+   pkgrel = 1
+   url = https://github.com/jaraco/jaraco.classes
+   arch = any
+   license = MIT
+   checkdepends = python-pytest-enabler
+   checkdepends = python-pytest-mypy
+   checkdepends = python-pip
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools-scm
+   makedepends = python-wheel
+   depends = python-more-itertools
+   conflicts = python-jaraco
+   replaces = python-jaraco
+   source = 
https://github.com/jaraco/jaraco.classes/archive/refs/tags/v3.3.1/jaraco.classes-3.3.1.tar.gz
+   sha512sums = 
dac9511926507ece5a8e2c413e70d8f44fcb3d27f4a74e9745545a3122a74b2752fb92fa58e6c3c166039a8576aee2a9f9e426b49a4aa556b824ddb2899b7645
+
+pkgname = python-jaraco.classes


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Kyle Keen 
 
 pkgname=python-jaraco.classes
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='Module for classes manipulation'
 arch=('any')
@@ -14,7 +14,7 @@ checkdepends=('python-pytest-enabler' 'python-pytest-mypy' 
'python-pip')
 conflicts=(python-jaraco)
 replaces=(python-jaraco)
 
source=("https://github.com/jaraco/jaraco.classes/archive/refs/tags/v$pkgver/jaraco.classes-$pkgver.tar.gz;)
-sha512sums=('1a9df4f6c0d9157fb87f0c064ca92d4689f853ed08a07d47a908faedddca14266b91c5cdd4d1759caa8877eca72832c72d44e358e6af8e2c71d8d5064b44168a')
+sha512sums=('dac9511926507ece5a8e2c413e70d8f44fcb3d27f4a74e9745545a3122a74b2752fb92fa58e6c3c166039a8576aee2a9f9e426b49a4aa556b824ddb2899b7645')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.classes/-/commit/37543dec14b024d51859607d1a37fae042e96d6c

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




[Git][archlinux/packaging/packages/wine-mono] Pushed new tag 9.0.0-1

2024-02-12 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 9.0.0-1 at Arch Linux / Packaging / Packages / 
wine-mono

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




[Git][archlinux/packaging/packages/wine-mono][main] upgpkg: 9.0.0-1

2024-02-12 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
wine-mono


Commits:
d82b50d1 by Daniel Bermond at 2024-02-12T23:23:22-03:00
upgpkg: 9.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wine-mono
pkgdesc = Wine's built-in replacement for Microsoft's .NET Framework
-   pkgver = 8.1.0
+   pkgver = 9.0.0
pkgrel = 1
url = https://wiki.winehq.org/Mono
arch = any
@@ -8,7 +8,7 @@ pkgbase = wine-mono
license = LGPL2.1
license = MPL
depends = wine
-   source = 
https://dl.winehq.org/wine/wine-mono/8.1.0/wine-mono-8.1.0-x86.tar.xz
-   sha512sums = 
ba87105a6527b9c392e9ad406e92fd90164e0abb3a348a1e343e63eff0ee8632399badb98f7fbc3581ce697ba09d98aafbf5033bf52fb14b7c7c280c64f25a84
+   source = 
https://dl.winehq.org/wine/wine-mono/9.0.0/wine-mono-9.0.0-x86.tar.xz
+   sha512sums = 
0117619a2b3f6e92ee513aeea79db977055098e6f629063fbd5d1a1b7d47e9d14451369b1d0a6a30e468ed051e60bba59aec75b90ea34fa9b4956d3ebdb32c06
 
 pkgname = wine-mono


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=wine-mono
-pkgver=8.1.0
+pkgver=9.0.0
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
 arch=('any')
@@ -12,7 +12,7 @@ url="https://wiki.winehq.org/Mono;
 license=('GPL' 'LGPL2.1' 'MPL')
 depends=('wine')
 
source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver-x86.tar.xz;)
-sha512sums=('ba87105a6527b9c392e9ad406e92fd90164e0abb3a348a1e343e63eff0ee8632399badb98f7fbc3581ce697ba09d98aafbf5033bf52fb14b7c7c280c64f25a84')
+sha512sums=('0117619a2b3f6e92ee513aeea79db977055098e6f629063fbd5d1a1b7d47e9d14451369b1d0a6a30e468ed051e60bba59aec75b90ea34fa9b4956d3ebdb32c06')
 
 package() {
   install -d -m755 "$pkgdir"/usr/share/wine/mono/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wine-mono/-/commit/d82b50d11e779e7060a73dcbf82e5be7ab8d

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




[Git][archlinux/packaging/packages/haskell-language-server] Pushed new tag 1.9.1.0-67

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.9.1.0-67 at Arch Linux / Packaging / Packages / 
haskell-language-server

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




[Git][archlinux/packaging/packages/haskell-language-server][main] upgpkg: 1.9.1.0-67: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
2fd28874 by Felix Yan at 2024-02-13T01:50:03+00:00
upgpkg: 1.9.1.0-67: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-language-server
pkgdesc = LSP server for GHC
pkgver = 1.9.1.0
-   pkgrel = 66
+   pkgrel = 67
url = https://github.com/haskell/haskell-language-server#readme
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.9.1.0
-pkgrel=66
+pkgrel=67
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-server/-/commit/2fd288746cef4fe2e370d4e115db3ab6a86b346a

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




[Git][archlinux/packaging/packages/haskell-hls-rename-plugin][main] upgpkg: 1.0.2.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-rename-plugin


Commits:
afa978c6 by Felix Yan at 2024-02-13T01:44:58+00:00
upgpkg: 1.0.2.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-rename-plugin
pkgdesc = Rename plugin for Haskell Language Server
pkgver = 1.0.2.0
-   pkgrel = 141
+   pkgrel = 142
url = https://hackage.haskell.org/package/hls-rename-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-rename-plugin
 pkgname=haskell-hls-rename-plugin
 pkgver=1.0.2.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Rename plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-rename-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-rename-plugin/-/commit/afa978c61ac909cc45124a30bb7149bd62b570f7

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




[Git][archlinux/packaging/packages/haskell-hls-rename-plugin] Pushed new tag 1.0.2.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.2.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-rename-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-rename-plugin/-/tree/1.0.2.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-tactics-plugin][main] upgpkg: 1.8.0.0-145: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-tactics-plugin


Commits:
750c4bff by Felix Yan at 2024-02-13T00:35:53+00:00
upgpkg: 1.8.0.0-145: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-tactics-plugin
pkgdesc = Wingman plugin for Haskell Language Server
pkgver = 1.8.0.0
-   pkgrel = 144
+   pkgrel = 145
url = https://haskellwingman.dev
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-tactics-plugin
 pkgname=haskell-hls-tactics-plugin
 pkgver=1.8.0.0
-pkgrel=144
+pkgrel=145
 pkgdesc="Wingman plugin for Haskell Language Server"
 url="https://haskellwingman.dev;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-tactics-plugin/-/commit/750c4bffe2d5df168568055c814d9b9086a98ee0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-tactics-plugin/-/commit/750c4bffe2d5df168568055c814d9b9086a98ee0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-tactics-plugin] Pushed new tag 1.8.0.0-145

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.8.0.0-145 at Arch Linux / Packaging / Packages / 
haskell-hls-tactics-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-tactics-plugin/-/tree/1.8.0.0-145
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-splice-plugin][main] upgpkg: 1.0.3.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-splice-plugin


Commits:
b9ecd1b7 by Felix Yan at 2024-02-13T00:35:32+00:00
upgpkg: 1.0.3.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-splice-plugin
pkgdesc = HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes
pkgver = 1.0.3.0
-   pkgrel = 141
+   pkgrel = 142
url = https://hackage.haskell.org/package/hls-splice-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-splice-plugin
 pkgname=haskell-hls-splice-plugin
 pkgver=1.0.3.0
-pkgrel=141
+pkgrel=142
 pkgdesc="HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes"
 url="https://hackage.haskell.org/package/hls-splice-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-splice-plugin/-/commit/b9ecd1b755e55d4cf53f654f350337a6cd3617f8

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




[Git][archlinux/packaging/packages/haskell-hls-splice-plugin] Pushed new tag 1.0.3.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.3.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-splice-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-splice-plugin/-/tree/1.0.3.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-haddock-comments-plugin][main] upgpkg: 1.1.1.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-haddock-comments-plugin


Commits:
5ec4bc17 by Felix Yan at 2024-02-13T00:35:18+00:00
upgpkg: 1.1.1.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-haddock-comments-plugin
pkgdesc = Haddock comments plugin for Haskell Language Server
pkgver = 1.1.1.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-haddock-comments-plugin
 pkgname=haskell-hls-haddock-comments-plugin
 pkgver=1.1.1.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Haddock comments plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-haddock-comments-plugin/-/commit/5ec4bc17149b809239329cbc0d50e95e63a759ed

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-haddock-comments-plugin/-/commit/5ec4bc17149b809239329cbc0d50e95e63a759ed
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-haddock-comments-plugin] Pushed new tag 1.1.1.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.1.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-haddock-comments-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-haddock-comments-plugin/-/tree/1.1.1.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-gadt-plugin][main] upgpkg: 1.0.1.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-gadt-plugin


Commits:
c2493cda by Felix Yan at 2024-02-13T00:34:48+00:00
upgpkg: 1.0.1.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-gadt-plugin
pkgdesc = Convert to GADT syntax plugin
pkgver = 1.0.1.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server.git
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-gadt-plugin
 pkgname=haskell-hls-gadt-plugin
 pkgver=1.0.1.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Convert to GADT syntax plugin"
 url="https://github.com/haskell/haskell-language-server.git;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-gadt-plugin/-/commit/c2493cdaf8dd030c9cb2d2cae7b948f7d9cbf4af

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




[Git][archlinux/packaging/packages/haskell-hls-gadt-plugin] Pushed new tag 1.0.1.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.1.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-gadt-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-gadt-plugin/-/tree/1.0.1.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-refactor-plugin][main] upgpkg: 1.1.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-refactor-plugin


Commits:
a22654c4 by Felix Yan at 2024-02-13T00:33:23+00:00
upgpkg: 1.1.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-refactor-plugin
pkgdesc = Exactprint refactorings for Haskell Language Server
pkgver = 1.1.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server.git
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-refactor-plugin
 pkgname=haskell-hls-refactor-plugin
 pkgver=1.1.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Exactprint refactorings for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server.git;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refactor-plugin/-/commit/a22654c4863e3c170bb268afaff2c3de71ddf96c

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




[Git][archlinux/packaging/packages/haskell-hls-refactor-plugin] Pushed new tag 1.1.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-refactor-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refactor-plugin/-/tree/1.1.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin][main] upgpkg: 1.0.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-record-fields-plugin


Commits:
6b250046 by Felix Yan at 2024-02-13T00:33:08+00:00
upgpkg: 1.0.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-explicit-record-fields-plugin
pkgdesc = Explicit record fields plugin for Haskell Language Server
pkgver = 1.0.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-explicit-record-fields-plugin
 pkgname=haskell-hls-explicit-record-fields-plugin
 pkgver=1.0.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Explicit record fields plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin/-/commit/6b25004613d362ecd7211cece499a78bedb432ff

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin/-/commit/6b25004613d362ecd7211cece499a78bedb432ff
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin] Pushed new tag 1.0.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-record-fields-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin/-/tree/1.0.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-hlint-plugin][main] upgpkg: 1.1.2.0-31: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-hlint-plugin


Commits:
87a7842c by Felix Yan at 2024-02-13T00:25:51+00:00
upgpkg: 1.1.2.0-31: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-hlint-plugin
pkgdesc = Hlint integration plugin with Haskell Language Server
pkgver = 1.1.2.0
-   pkgrel = 30
+   pkgrel = 31
url = https://hackage.haskell.org/package/hls-hlint-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-hlint-plugin
 pkgname=haskell-hls-hlint-plugin
 pkgver=1.1.2.0
-pkgrel=30
+pkgrel=31
 pkgdesc="Hlint integration plugin with Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-hlint-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-hlint-plugin/-/commit/87a7842cff7df0bae774d9e5de7042a3ed50e6f8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-hlint-plugin/-/commit/87a7842cff7df0bae774d9e5de7042a3ed50e6f8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-hlint-plugin] Pushed new tag 1.1.2.0-31

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.2.0-31 at Arch Linux / Packaging / Packages / 
haskell-hls-hlint-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-hlint-plugin/-/tree/1.1.2.0-31
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-eval-plugin][main] upgpkg: 1.4.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-eval-plugin


Commits:
e86edaf5 by Felix Yan at 2024-02-13T00:25:12+00:00
upgpkg: 1.4.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-eval-plugin
pkgdesc = Eval plugin for Haskell Language Server
pkgver = 1.4.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-eval-plugin
 pkgname=haskell-hls-eval-plugin
 pkgver=1.4.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Eval plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-eval-plugin/-/commit/e86edaf55f2a155a186d94144fb571197a2bbe29

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




[Git][archlinux/packaging/packages/haskell-hls-eval-plugin] Pushed new tag 1.4.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.4.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-eval-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-eval-plugin/-/tree/1.4.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-fourmolu-plugin] Pushed new tag 1.1.1.0-150

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.1.0-150 at Arch Linux / Packaging / Packages / 
haskell-hls-fourmolu-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-fourmolu-plugin/-/tree/1.1.1.0-150
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-fourmolu-plugin][main] upgpkg: 1.1.1.0-150: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-fourmolu-plugin


Commits:
205afe3d by Felix Yan at 2024-02-13T00:25:01+00:00
upgpkg: 1.1.1.0-150: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-fourmolu-plugin
pkgdesc = Integration with the Fourmolu code formatter
pkgver = 1.1.1.0
-   pkgrel = 149
+   pkgrel = 150
url = https://hackage.haskell.org/package/hls-fourmolu-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
 pkgver=1.1.1.0
-pkgrel=149
+pkgrel=150
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-fourmolu-plugin/-/commit/205afe3d554fe93b4bb8f077305a718408c24940

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-fourmolu-plugin/-/commit/205afe3d554fe93b4bb8f077305a718408c24940
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-pragmas-plugin] Pushed new tag 1.0.4.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.4.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-pragmas-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-pragmas-plugin/-/tree/1.0.4.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-pragmas-plugin][main] upgpkg: 1.0.4.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-pragmas-plugin


Commits:
0f9aa4cd by Felix Yan at 2024-02-13T00:24:55+00:00
upgpkg: 1.0.4.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-pragmas-plugin
pkgdesc = Pragmas plugin for Haskell Language Server
pkgver = 1.0.4.0
-   pkgrel = 141
+   pkgrel = 142
url = https://hackage.haskell.org/package/hls-pragmas-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.4.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-pragmas-plugin/-/commit/0f9aa4cdaf499b8c39d39b5fae7d9d961ed141ed

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-pragmas-plugin/-/commit/0f9aa4cdaf499b8c39d39b5fae7d9d961ed141ed
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-class-plugin][main] upgpkg: 1.1.1.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-class-plugin


Commits:
59570090 by Felix Yan at 2024-02-13T00:24:47+00:00
upgpkg: 1.1.1.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-class-plugin
pkgdesc = Class/instance management plugin for Haskell Language Server
pkgver = 1.1.1.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server#readme
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-class-plugin
 pkgname=haskell-hls-class-plugin
 pkgver=1.1.1.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Class/instance management plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-class-plugin/-/commit/59570090c3146119139c56c818f0bb191737bfd0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-class-plugin/-/commit/59570090c3146119139c56c818f0bb191737bfd0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-class-plugin] Pushed new tag 1.1.1.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.1.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-class-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-class-plugin/-/tree/1.1.1.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-refine-imports-plugin] Pushed new tag 1.0.4.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.4.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-refine-imports-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refine-imports-plugin/-/tree/1.0.4.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-refine-imports-plugin][main] upgpkg: 1.0.4.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-refine-imports-plugin


Commits:
d0a75e86 by Felix Yan at 2024-02-13T00:24:31+00:00
upgpkg: 1.0.4.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-refine-imports-plugin
pkgdesc = Refine imports plugin for Haskell Language Server
pkgver = 1.0.4.0
-   pkgrel = 141
+   pkgrel = 142
url = https://hackage.haskell.org/package/hls-refine-imports-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-refine-imports-plugin
 pkgname=haskell-hls-refine-imports-plugin
 pkgver=1.0.4.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Refine imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-refine-imports-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refine-imports-plugin/-/commit/d0a75e86cbcb5d0dd8be909d8946623a025f1fd0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refine-imports-plugin/-/commit/d0a75e86cbcb5d0dd8be909d8946623a025f1fd0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin][main] upgpkg: 1.2.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-call-hierarchy-plugin


Commits:
b12050bc by Felix Yan at 2024-02-13T00:24:12+00:00
upgpkg: 1.2.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-call-hierarchy-plugin
pkgdesc = Call hierarchy plugin for Haskell Language Server
pkgver = 1.2.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://hackage.haskell.org/package/hls-call-hierarchy-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-call-hierarchy-plugin
 pkgname=haskell-hls-call-hierarchy-plugin
 pkgver=1.2.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Call hierarchy plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin/-/commit/b12050bcd8366ed1becf98fda1cebb2fb994019b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin/-/commit/b12050bcd8366ed1becf98fda1cebb2fb994019b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin] Pushed new tag 1.2.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.2.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-call-hierarchy-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin/-/tree/1.2.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-brittany-plugin][main] upgpkg: 1.1.0.0-150: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-brittany-plugin


Commits:
5ba5d281 by Felix Yan at 2024-02-13T00:23:27+00:00
upgpkg: 1.1.0.0-150: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-brittany-plugin
pkgdesc = Integration with the Brittany code formatter
pkgver = 1.1.0.0
-   pkgrel = 149
+   pkgrel = 150
url = https://haskellwingman.dev
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-brittany-plugin
 pkgname=haskell-hls-brittany-plugin
 pkgver=1.1.0.0
-pkgrel=149
+pkgrel=150
 pkgdesc="Integration with the Brittany code formatter"
 url="https://haskellwingman.dev;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-brittany-plugin/-/commit/5ba5d281fe5dab342a351284adc130e371763e66

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-brittany-plugin/-/commit/5ba5d281fe5dab342a351284adc130e371763e66
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-brittany-plugin] Pushed new tag 1.1.0.0-150

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.0.0-150 at Arch Linux / Packaging / Packages / 
haskell-hls-brittany-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-brittany-plugin/-/tree/1.1.0.0-150
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-floskell-plugin][main] upgpkg: 1.0.2.0-145: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-floskell-plugin


Commits:
8b73ad2a by Felix Yan at 2024-02-13T00:23:24+00:00
upgpkg: 1.0.2.0-145: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-floskell-plugin
pkgdesc = Integration with the Floskell code formatter
pkgver = 1.0.2.0
-   pkgrel = 144
+   pkgrel = 145
url = https://hackage.haskell.org/package/hls-floskell-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-floskell-plugin
 pkgname=haskell-hls-floskell-plugin
 pkgver=1.0.2.0
-pkgrel=144
+pkgrel=145
 pkgdesc="Integration with the Floskell code formatter"
 url="https://hackage.haskell.org/package/hls-floskell-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-floskell-plugin/-/commit/8b73ad2ad07b8eb5094183003832f189a57517d4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-floskell-plugin/-/commit/8b73ad2ad07b8eb5094183003832f189a57517d4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-floskell-plugin] Pushed new tag 1.0.2.0-145

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.2.0-145 at Arch Linux / Packaging / Packages / 
haskell-hls-floskell-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-floskell-plugin/-/tree/1.0.2.0-145
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-code-range-plugin][main] upgpkg: 1.1.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-code-range-plugin


Commits:
79decb05 by Felix Yan at 2024-02-13T00:23:16+00:00
upgpkg: 1.1.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-code-range-plugin
pkgdesc = HLS Plugin to support smart selection range and Folding range
pkgver = 1.1.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server.git
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-code-range-plugin
 pkgname=haskell-hls-code-range-plugin
 pkgver=1.1.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="HLS Plugin to support smart selection range and Folding range"
 url="https://github.com/haskell/haskell-language-server.git;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-code-range-plugin/-/commit/79decb05911afcb3387d5c87cbced4a0f0358cec

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-code-range-plugin/-/commit/79decb05911afcb3387d5c87cbced4a0f0358cec
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-code-range-plugin] Pushed new tag 1.1.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-code-range-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-code-range-plugin/-/tree/1.1.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin][main] upgpkg: 1.0.1.2-143: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-stylish-haskell-plugin


Commits:
8e755aa2 by Felix Yan at 2024-02-13T00:23:02+00:00
upgpkg: 1.0.1.2-143: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-stylish-haskell-plugin
pkgdesc = Integration with the Stylish Haskell code formatter
pkgver = 1.0.1.2
-   pkgrel = 142
+   pkgrel = 143
url = https://hackage.haskell.org/package/hls-stylish-haskell-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-stylish-haskell-plugin
 pkgname=haskell-hls-stylish-haskell-plugin
 pkgver=1.0.1.2
-pkgrel=142
+pkgrel=143
 pkgdesc="Integration with the Stylish Haskell code formatter"
 url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin/-/commit/8e755aa29f967bbfa0c6e25ebb141dfad0a8a0e3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin/-/commit/8e755aa29f967bbfa0c6e25ebb141dfad0a8a0e3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin] Pushed new tag 1.0.1.2-143

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.1.2-143 at Arch Linux / Packaging / Packages / 
haskell-hls-stylish-haskell-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin/-/tree/1.0.1.2-143
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin] Pushed new tag 1.0.2.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.2.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-qualify-imported-names-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin/-/tree/1.0.2.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin][main] upgpkg: 1.0.2.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-qualify-imported-names-plugin


Commits:
bf34bc87 by Felix Yan at 2024-02-13T00:22:51+00:00
upgpkg: 1.0.2.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-qualify-imported-names-plugin
pkgdesc = A Haskell Language Server plugin that qualifies imported names
pkgver = 1.0.2.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-qualify-imported-names-plugin
 pkgname=haskell-hls-qualify-imported-names-plugin
 pkgver=1.0.2.0
-pkgrel=141
+pkgrel=142
 pkgdesc="A Haskell Language Server plugin that qualifies imported names"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin/-/commit/bf34bc870da201870ce350923bae92e879af8710

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin/-/commit/bf34bc870da201870ce350923bae92e879af8710
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-change-type-signature-plugin][main] upgpkg: 1.1.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-change-type-signature-plugin


Commits:
7ae3649c by Felix Yan at 2024-02-13T00:22:29+00:00
upgpkg: 1.1.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-change-type-signature-plugin
pkgdesc = Change a declarations type signature with a Code Action
pkgver = 1.1.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server.git
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-change-type-signature-plugin
 pkgname=haskell-hls-change-type-signature-plugin
 pkgver=1.1.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Change a declarations type signature with a Code Action"
 url="https://github.com/haskell/haskell-language-server.git;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-change-type-signature-plugin/-/commit/7ae3649c754ff1d864c292324099b0dbd47cdd19

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-change-type-signature-plugin/-/commit/7ae3649c754ff1d864c292324099b0dbd47cdd19
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-change-type-signature-plugin] Pushed new tag 1.1.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-change-type-signature-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-change-type-signature-plugin/-/tree/1.1.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-ormolu-plugin][main] upgpkg: 1.0.4.0-33: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-ormolu-plugin


Commits:
7df1cf51 by Felix Yan at 2024-02-13T00:22:08+00:00
upgpkg: 1.0.4.0-33: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-ormolu-plugin
pkgdesc = Integration with the Ormolu code formatter
pkgver = 1.0.4.0
-   pkgrel = 32
+   pkgrel = 33
url = https://hackage.haskell.org/package/hls-ormolu-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.4.0
-pkgrel=32
+pkgrel=33
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-ormolu-plugin/-/commit/7df1cf510640c947146b5edf0cb1bae4a1e66f05

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-ormolu-plugin/-/commit/7df1cf510640c947146b5edf0cb1bae4a1e66f05
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-ormolu-plugin] Pushed new tag 1.0.4.0-33

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.4.0-33 at Arch Linux / Packaging / Packages / 
haskell-hls-ormolu-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-ormolu-plugin/-/tree/1.0.4.0-33
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin][main] upgpkg: 1.3.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-alternate-number-format-plugin


Commits:
5220ab47 by Felix Yan at 2024-02-13T00:22:08+00:00
upgpkg: 1.3.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-alternate-number-format-plugin
pkgdesc = Provide Alternate Number Formats plugin for Haskell Language 
Server
pkgver = 1.3.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-alternate-number-format-plugin
 pkgname=haskell-hls-alternate-number-format-plugin
 pkgver=1.3.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Provide Alternate Number Formats plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin/-/commit/5220ab47d6ee12fa11da005baeb93ea55134f891

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin/-/commit/5220ab47d6ee12fa11da005baeb93ea55134f891
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin] Pushed new tag 1.3.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.3.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-alternate-number-format-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin/-/tree/1.3.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-explicit-imports-plugin] Pushed new tag 1.2.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.2.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-imports-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-imports-plugin/-/tree/1.2.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-explicit-imports-plugin][main] upgpkg: 1.2.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-imports-plugin


Commits:
0894ef43 by Felix Yan at 2024-02-13T00:21:58+00:00
upgpkg: 1.2.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-explicit-imports-plugin
pkgdesc = Explicit imports plugin for Haskell Language Server
pkgver = 1.2.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://hackage.haskell.org/package/hls-explicit-imports-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-explicit-imports-plugin
 pkgname=haskell-hls-explicit-imports-plugin
 pkgver=1.2.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Explicit imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-explicit-imports-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-imports-plugin/-/commit/0894ef433c56e8e967b6ddde04356d6aba1a1c29

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-imports-plugin/-/commit/0894ef433c56e8e967b6ddde04356d6aba1a1c29
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-cabal-fmt-plugin][main] upgpkg: 0.1.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-cabal-fmt-plugin


Commits:
3a1c30f3 by Felix Yan at 2024-02-13T00:21:52+00:00
upgpkg: 0.1.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-cabal-fmt-plugin
pkgdesc = Integration with the cabal-fmt code formatter
pkgver = 0.1.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://hackage.haskell.org/package/hls-cabal-fmt-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-cabal-fmt-plugin
 pkgname=haskell-hls-cabal-fmt-plugin
 pkgver=0.1.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Integration with the cabal-fmt code formatter"
 url="https://hackage.haskell.org/package/hls-cabal-fmt-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-fmt-plugin/-/commit/3a1c30f361832df49cfd41cfe552a2708413a507

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-fmt-plugin/-/commit/3a1c30f361832df49cfd41cfe552a2708413a507
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-cabal-fmt-plugin] Pushed new tag 0.1.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.1.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-cabal-fmt-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-fmt-plugin/-/tree/0.1.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-cabal-plugin] Pushed new tag 0.1.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.1.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-cabal-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-plugin/-/tree/0.1.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-cabal-plugin][main] upgpkg: 0.1.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-cabal-plugin


Commits:
b4e51845 by Felix Yan at 2024-02-13T00:21:52+00:00
upgpkg: 0.1.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-cabal-plugin
pkgdesc = Cabal integration plugin with Haskell Language Server
pkgver = 0.1.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://hackage.haskell.org/package/hls-cabal-plugin
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-cabal-plugin
 pkgname=haskell-hls-cabal-plugin
 pkgver=0.1.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Cabal integration plugin with Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-cabal-plugin;
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-plugin/-/commit/b4e518459d4e253a2818440f3c8dbe366e29b881

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




[Git][archlinux/packaging/packages/haskell-hls-explicit-fixity-plugin] Pushed new tag 1.1.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-fixity-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-fixity-plugin/-/tree/1.1.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-explicit-fixity-plugin][main] upgpkg: 1.1.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-fixity-plugin


Commits:
520660db by Felix Yan at 2024-02-13T00:21:36+00:00
upgpkg: 1.1.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-explicit-fixity-plugin
pkgdesc = Show fixity explicitly while hovering
pkgver = 1.1.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server.git
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-explicit-fixity-plugin
 pkgname=haskell-hls-explicit-fixity-plugin
 pkgver=1.1.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Show fixity explicitly while hovering"
 url="https://github.com/haskell/haskell-language-server.git;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-fixity-plugin/-/commit/520660db81804818ff80d8f967e84a570bd4be78

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-fixity-plugin/-/commit/520660db81804818ff80d8f967e84a570bd4be78
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-module-name-plugin][main] upgpkg: 1.1.1.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-module-name-plugin


Commits:
ea34bfd0 by Felix Yan at 2024-02-13T00:21:31+00:00
upgpkg: 1.1.1.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-module-name-plugin
pkgdesc = Module name plugin for Haskell Language Server
pkgver = 1.1.1.0
-   pkgrel = 141
+   pkgrel = 142
url = https://hackage.haskell.org/package/hls-module-name-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-module-name-plugin
 pkgname=haskell-hls-module-name-plugin
 pkgver=1.1.1.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Module name plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-module-name-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-module-name-plugin/-/commit/ea34bfd0d9ea7dce60cb886409a95c7a145af898

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-module-name-plugin/-/commit/ea34bfd0d9ea7dce60cb886409a95c7a145af898
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-module-name-plugin] Pushed new tag 1.1.1.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.1.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-module-name-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-module-name-plugin/-/tree/1.1.1.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-ghcide-test-utils][main] upgpkg: 1.8.0.0-183: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-ghcide-test-utils


Commits:
c9953b8f by Felix Yan at 2024-02-13T00:21:02+00:00
upgpkg: 1.8.0.0-183: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-ghcide-test-utils
pkgdesc = Test utils for ghcide
pkgver = 1.8.0.0
-   pkgrel = 182
+   pkgrel = 183
url = 
https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=ghcide-test-utils
 pkgname=haskell-ghcide-test-utils
 pkgver=1.8.0.0
-pkgrel=182
+pkgrel=183
 pkgdesc="Test utils for ghcide"
 
url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghcide-test-utils/-/commit/c9953b8fc2500d5be6e19b20b4a3d3a181856d00

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




[Git][archlinux/packaging/packages/haskell-ghcide-test-utils] Pushed new tag 1.8.0.0-183

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.8.0.0-183 at Arch Linux / Packaging / Packages / 
haskell-ghcide-test-utils

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghcide-test-utils/-/tree/1.8.0.0-183
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-test-utils] Pushed new tag 1.5.0.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.5.0.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-test-utils

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-test-utils/-/tree/1.5.0.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-test-utils][main] upgpkg: 1.5.0.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-test-utils


Commits:
b8135684 by Felix Yan at 2024-02-13T00:20:33+00:00
upgpkg: 1.5.0.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-test-utils
pkgdesc = Utilities used in the tests of Haskell Language Server
pkgver = 1.5.0.0
-   pkgrel = 141
+   pkgrel = 142
url = https://github.com/haskell/haskell-language-server#readme
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-test-utils
 pkgname=haskell-hls-test-utils
 pkgver=1.5.0.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Utilities used in the tests of Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-test-utils/-/commit/b81356849e7d3de005a6d9b943efc6da40177b9e

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




[Git][archlinux/packaging/packages/haskell-hls-retrie-plugin] Pushed new tag 1.0.3.0-142

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.3.0-142 at Arch Linux / Packaging / Packages / 
haskell-hls-retrie-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-retrie-plugin/-/tree/1.0.3.0-142
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-retrie-plugin][main] upgpkg: 1.0.3.0-142: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-retrie-plugin


Commits:
0d038236 by Felix Yan at 2024-02-13T00:20:27+00:00
upgpkg: 1.0.3.0-142: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-retrie-plugin
pkgdesc = Retrie integration plugin for Haskell Language Server
pkgver = 1.0.3.0
-   pkgrel = 141
+   pkgrel = 142
url = https://hackage.haskell.org/package/hls-retrie-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-retrie-plugin
 pkgname=haskell-hls-retrie-plugin
 pkgver=1.0.3.0
-pkgrel=141
+pkgrel=142
 pkgdesc="Retrie integration plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-retrie-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-retrie-plugin/-/commit/0d038236d67f0588c1fe91973dfeda6e4d27275a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-retrie-plugin/-/commit/0d038236d67f0588c1fe91973dfeda6e4d27275a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-ghcide] Pushed new tag 1.9.1.0-56

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.9.1.0-56 at Arch Linux / Packaging / Packages / 
haskell-ghcide

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




[Git][archlinux/packaging/packages/haskell-ghcide][main] upgpkg: 1.9.1.0-56: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
0387a460 by Felix Yan at 2024-02-13T00:19:22+00:00
upgpkg: 1.9.1.0-56: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-ghcide
pkgdesc = The core of an IDE
pkgver = 1.9.1.0
-   pkgrel = 55
+   pkgrel = 56
url = 
https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=ghcide
 pkgname=haskell-ghcide
 pkgver=1.9.1.0
-pkgrel=55
+pkgrel=56
 pkgdesc="The core of an IDE"
 
url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghcide/-/commit/0387a46060b646de1a1d713711aacafc889f6a27

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




[Git][archlinux/packaging/packages/haskell-esqueleto][main] upgpkg: 3.5.7.1-95: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
4605c45b by Felix Yan at 2024-02-13T00:14:31+00:00
upgpkg: 3.5.7.1-95: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-esqueleto
pkgdesc = Type-safe EDSL for SQL queries on persistent backends.
pkgver = 3.5.7.1
-   pkgrel = 94
+   pkgrel = 95
url = https://github.com/bitemyapp/esqueleto
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=3.5.7.1
-pkgrel=94
+pkgrel=95
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-esqueleto/-/commit/4605c45b5f5b3e419239a7da71b90446a849aa45

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




[Git][archlinux/packaging/packages/haskell-esqueleto] Pushed new tag 3.5.7.1-95

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 3.5.7.1-95 at Arch Linux / Packaging / Packages / 
haskell-esqueleto

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




[Git][archlinux/packaging/packages/haskell-persistent-mysql][main] upgpkg: 2.13.0.4-95: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
bb759f9d by Felix Yan at 2024-02-13T00:11:34+00:00
upgpkg: 2.13.0.4-95: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-persistent-mysql
pkgdesc = Backend for the persistent library using MySQL database 
server.
pkgver = 2.13.0.4
-   pkgrel = 94
+   pkgrel = 95
url = http://www.yesodweb.com/book/persistent
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=persistent-mysql
 pkgname=haskell-persistent-mysql
 pkgver=2.13.0.4
-pkgrel=94
+pkgrel=95
 pkgdesc="Backend for the persistent library using MySQL database server."
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-persistent-mysql/-/commit/bb759f9d65a43c6fbb76e17d08d50607a6e0f67c

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




[Git][archlinux/packaging/packages/haskell-persistent-mysql] Pushed new tag 2.13.0.4-95

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.13.0.4-95 at Arch Linux / Packaging / Packages / 
haskell-persistent-mysql

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-persistent-mysql/-/tree/2.13.0.4-95
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hiedb] Pushed new tag 0.4.2.0-59

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.4.2.0-59 at Arch Linux / Packaging / Packages / 
haskell-hiedb

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




[Git][archlinux/packaging/packages/haskell-hiedb][main] upgpkg: 0.4.2.0-59: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
5700b03f by Felix Yan at 2024-02-13T00:11:09+00:00
upgpkg: 0.4.2.0-59: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hiedb
pkgdesc = Generates a references DB from .hie files
pkgver = 0.4.2.0
-   pkgrel = 58
+   pkgrel = 59
url = https://github.com/wz1000/HieDb
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hiedb
 pkgname=haskell-hiedb
 pkgver=0.4.2.0
-pkgrel=58
+pkgrel=59
 pkgdesc="Generates a references DB from .hie files"
 url="https://github.com/wz1000/HieDb;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hiedb/-/commit/5700b03f3c0a4470435068f89b43d7fcd27fa184

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




[Git][archlinux/packaging/packages/haskell-mysql-simple] Pushed new tag 0.4.9-35

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.4.9-35 at Arch Linux / Packaging / Packages / 
haskell-mysql-simple

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-mysql-simple/-/tree/0.4.9-35
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-sqlite-simple][main] upgpkg: 0.4.18.2-57: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
1c66856e by Felix Yan at 2024-02-13T00:10:04+00:00
upgpkg: 0.4.18.2-57: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-sqlite-simple
pkgdesc = Mid-Level SQLite client library
pkgver = 0.4.18.2
-   pkgrel = 56
+   pkgrel = 57
url = https://github.com/nurpax/sqlite-simple
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=sqlite-simple
 pkgname=haskell-sqlite-simple
 pkgver=0.4.18.2
-pkgrel=56
+pkgrel=57
 pkgdesc="Mid-Level SQLite client library"
 url="https://github.com/nurpax/sqlite-simple;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-sqlite-simple/-/commit/1c66856e87bdec6667635bb12c54fbd68c1bb4aa

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




[Git][archlinux/packaging/packages/haskell-mysql-simple][main] upgpkg: 0.4.9-35: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
11cd29da by Felix Yan at 2024-02-13T00:10:07+00:00
upgpkg: 0.4.9-35: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-mysql-simple
pkgdesc = A mid-level MySQL client library
pkgver = 0.4.9
-   pkgrel = 34
+   pkgrel = 35
url = https://github.com/paul-rouse/mysql-simple
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=mysql-simple
 pkgname=haskell-mysql-simple
 pkgver=0.4.9
-pkgrel=34
+pkgrel=35
 pkgdesc="A mid-level MySQL client library"
 url="https://github.com/paul-rouse/mysql-simple;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-mysql-simple/-/commit/11cd29da51670a19206102992b5075a777dac701

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




[Git][archlinux/packaging/packages/haskell-sqlite-simple] Pushed new tag 0.4.18.2-57

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.4.18.2-57 at Arch Linux / Packaging / Packages / 
haskell-sqlite-simple

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-sqlite-simple/-/tree/0.4.18.2-57
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-blaze-textual][main] upgpkg: 0.2.3.1-22: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
4eefb541 by Felix Yan at 2024-02-13T00:08:36+00:00
upgpkg: 0.2.3.1-22: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-blaze-textual
pkgdesc = Fast rendering of common datatypes
pkgver = 0.2.3.1
-   pkgrel = 21
+   pkgrel = 22
url = https://github.com/swamp-agr/blaze-textual
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=blaze-textual
 pkgname=haskell-blaze-textual
 pkgver=0.2.3.1
-pkgrel=21
+pkgrel=22
 pkgdesc="Fast rendering of common datatypes"
 url="https://github.com/swamp-agr/blaze-textual;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-blaze-textual/-/commit/4eefb541474f04ce4c7838f617488686643acb3b

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




[Git][archlinux/packaging/packages/haskell-blaze-textual] Pushed new tag 0.2.3.1-22

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.2.3.1-22 at Arch Linux / Packaging / Packages / 
haskell-blaze-textual

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-blaze-textual/-/tree/0.2.3.1-22
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-text-format][main] upgpkg: 0.3.2.1-31: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
602ab116 by Felix Yan at 2024-02-13T00:07:23+00:00
upgpkg: 0.3.2.1-31: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-text-format
pkgdesc = Text formatting
pkgver = 0.3.2.1
-   pkgrel = 30
+   pkgrel = 31
url = https://github.com/hackage-trustees/text-format
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=text-format
 pkgname=haskell-text-format
 pkgver=0.3.2.1
-pkgrel=30
+pkgrel=31
 pkgdesc="Text formatting"
 url="https://github.com/hackage-trustees/text-format;
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-format/-/commit/602ab116c8d33487b15db14a980f5c7a628bec91

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




[Git][archlinux/packaging/packages/haskell-text-format] Pushed new tag 0.3.2.1-31

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.3.2.1-31 at Arch Linux / Packaging / Packages / 
haskell-text-format

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-format/-/tree/0.3.2.1-31
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-double-conversion][main] upgpkg: 2.0.5.0-1: rebuild with double-conversion 2.0.5.0

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
d6b867a9 by Felix Yan at 2024-02-13T00:05:10+00:00
upgpkg: 2.0.5.0-1: rebuild with double-conversion 2.0.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-double-conversion
pkgdesc = Fast conversion between single and double precision floating 
point and text
-   pkgver = 2.0.4.2
-   pkgrel = 29
+   pkgver = 2.0.5.0
+   pkgrel = 1
url = https://github.com/haskell/double-conversion
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = haskell-double-conversion
makedepends = haskell-test-framework-quickcheck2
depends = ghc-libs
depends = double-conversion
-   source = 
https://hackage.haskell.org/packages/archive/double-conversion/2.0.4.2/double-conversion-2.0.4.2.tar.gz
-   sha512sums = 
00aaab567520813b80f603147ff2c745e0b01724f965e80c60bc6f8a13de9fd2288600afb8820c133600ddb69cee106a7b3d87dbd05871d094a886672e228267
+   source = 
https://hackage.haskell.org/packages/archive/double-conversion/2.0.5.0/double-conversion-2.0.5.0.tar.gz
+   sha512sums = 
2f5e6f5586330685770a024b91f31d1328c8897d09555609fc20ecba5bd72e3b856d0611a70e677aa91960850f366e8fbe86c27dba9bdd21d8fb560531d75a04
 
 pkgname = haskell-double-conversion


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _hkgname=double-conversion
 pkgname=haskell-double-conversion
-pkgver=2.0.4.2
-pkgrel=29
+pkgver=2.0.5.0
+pkgrel=1
 pkgdesc="Fast conversion between single and double precision floating point 
and text"
 url="https://github.com/haskell/double-conversion;
 license=('MIT')
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'double-conversion')
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
  'haskell-test-framework-quickcheck2')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('00aaab567520813b80f603147ff2c745e0b01724f965e80c60bc6f8a13de9fd2288600afb8820c133600ddb69cee106a7b3d87dbd05871d094a886672e228267')
+sha512sums=('2f5e6f5586330685770a024b91f31d1328c8897d09555609fc20ecba5bd72e3b856d0611a70e677aa91960850f366e8fbe86c27dba9bdd21d8fb560531d75a04')
 
 build() {
 cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-double-conversion/-/commit/d6b867a91ae783e912124f142fffd630cd58b870

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




[Git][archlinux/packaging/packages/haskell-double-conversion] Pushed new tag 2.0.5.0-1

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.0.5.0-1 at Arch Linux / Packaging / Packages / 
haskell-double-conversion

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




[Git][archlinux/packaging/packages/deepin-dock] Pushed new tag 6.0.30-1

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 6.0.30-1 at Arch Linux / Packaging / Packages / 
deepin-dock

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




[Git][archlinux/packaging/packages/deepin-dock][main] upgpkg: 6.0.30-1

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
deepin-dock


Commits:
90c9d0a9 by Felix Yan at 2024-02-13T00:01:36+00:00
upgpkg: 6.0.30-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = deepin-dock
pkgdesc = The dock of Deepin Desktop Environment
-   pkgver = 6.0.29
+   pkgver = 6.0.30
pkgrel = 1
url = https://github.com/linuxdeepin/dde-dock
arch = x86_64
@@ -47,7 +47,7 @@ pkgbase = deepin-dock
depends = deepin-session-shell
conflicts = dde-dock
replaces = dde-dock
-   source = 
https://github.com/linuxdeepin/dde-dock/archive/6.0.29/deepin-dock-6.0.29.tar.gz
-   sha512sums = 
1bb98daeea98b4250c0f43bd36b996ec2cb8b9dd9a5c9de48c26a09247d19b3f40ab0f736bbc682410bb9c2839126f433458e14d285498d97ba49554aab53e6e
+   source = 
https://github.com/linuxdeepin/dde-dock/archive/6.0.30/deepin-dock-6.0.30.tar.gz
+   sha512sums = 
bb7a08df3e0860335f11eaf3eb0b95081e3953a90d10e0e51083800942fbb754592de6b4d1ab5bed1c638eaeb9aa711d3c16e58e936aef8511e35aa5dd0bd97b
 
 pkgname = deepin-dock


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=6.0.29
+pkgver=6.0.30
 pkgrel=1
 pkgdesc='The dock of Deepin Desktop Environment'
 arch=('x86_64')
@@ -22,7 +22,7 @@ conflicts=('dde-dock')
 replaces=('dde-dock')
 groups=('deepin')
 
source=("https://github.com/linuxdeepin/dde-dock/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('1bb98daeea98b4250c0f43bd36b996ec2cb8b9dd9a5c9de48c26a09247d19b3f40ab0f736bbc682410bb9c2839126f433458e14d285498d97ba49554aab53e6e')
+sha512sums=('bb7a08df3e0860335f11eaf3eb0b95081e3953a90d10e0e51083800942fbb754592de6b4d1ab5bed1c638eaeb9aa711d3c16e58e936aef8511e35aa5dd0bd97b')
 
 build() {
   cd dde-dock-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-dock/-/commit/90c9d0a9011410e9f133aea6d93b32a1cb9e

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




[Git][archlinux/packaging/packages/hopenpgp-tools] Pushed new tag 0.23.7-198

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.23.7-198 at Arch Linux / Packaging / Packages / 
hopenpgp-tools

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hopenpgp-tools/-/tree/0.23.7-198
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hopenpgp-tools][main] upgpkg: 0.23.7-198: rebuild with nettle 0.3.1

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
hopenpgp-tools


Commits:
c503612b by Felix Yan at 2024-02-12T23:56:54+00:00
upgpkg: 0.23.7-198: rebuild with nettle 0.3.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hopenpgp-tools
pkgdesc = hOpenPGP-based command-line tools
pkgver = 0.23.7
-   pkgrel = 197
+   pkgrel = 198
url = https://salsa.debian.org/clint/hopenpgp-tools
arch = x86_64
license = AGPL3


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.7
-pkgrel=197
+pkgrel=198
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools;
 license=("AGPL3")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hopenpgp-tools/-/commit/c503612bc04f84889c844eeb8c4a0d343ac91321

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




[Git][archlinux/packaging/packages/librime] Pushed new tag 1-1.10.0-1

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1-1.10.0-1 at Arch Linux / Packaging / Packages / 
librime

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




[Git][archlinux/packaging/packages/librime][main] upgpkg: 1:1.10.0-1

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
d24d68de by Felix Yan at 2024-02-12T23:56:03+00:00
upgpkg: 1:1.10.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = librime
pkgdesc = Rime input method engine
-   pkgver = 1.9.0
-   pkgrel = 2
+   pkgver = 1.10.0
+   pkgrel = 1
epoch = 1
url = https://github.com/rime/librime
arch = x86_64
@@ -20,11 +20,11 @@ pkgbase = librime
depends = lua
depends = google-glog
depends = marisa
-   source = 
git+https://github.com/rime/librime.git#commit=a60876745af20ecc8489ec6997c6c195949b99ac
-   source = 
git+https://github.com/lotem/librime-octagram.git#commit=a6ced5a1d623afed17284fbaa395dd3a8b019a14
-   source = 
git+https://github.com/hchunhui/librime-lua.git#commit=757a01445905f89bf58af0d7da8e283c5fbfd973
-   source = 
git+https://github.com/rime/librime-charcode.git#commit=3e73214fdf5d162517a74762433f486b70a5c0e1
-   source = 
git+https://github.com/lotem/librime-proto.git#commit=d92f572379774a202c88e2ea6ad47d9dc040a127
+   source = 
git+https://github.com/rime/librime.git#commit=295cb2ab68f89ee9d3237c7d4b8033bda3f3b635
+   source = 
git+https://github.com/lotem/librime-octagram.git#commit=bd12863f45fbbd5c7db06d5ec8be8987b10253bf
+   source = 
git+https://github.com/hchunhui/librime-lua.git#commit=7f3eca2ce659fc2401b8acb52bd2182b433e12b1
+   source = 
git+https://github.com/rime/librime-charcode.git#commit=3709ca7a39a7c14f9e02fa00489a9850fd5a907b
+   source = 
git+https://github.com/lotem/librime-proto.git#commit=657a923cd4c333e681dc943e6894e6f6d42d25b4
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP


=
PKGBUILD
=
@@ -3,13 +3,13 @@
 # Contributor: 網軍總司令
 
 pkgname=librime
-pkgver=1.9.0
-_commit=a60876745af20ecc8489ec6997c6c195949b99ac
-_octagramcommit=a6ced5a1d623afed17284fbaa395dd3a8b019a14
-_luacommit=757a01445905f89bf58af0d7da8e283c5fbfd973
-_charcodecommit=3e73214fdf5d162517a74762433f486b70a5c0e1
-_protocommit=d92f572379774a202c88e2ea6ad47d9dc040a127
-pkgrel=2
+pkgver=1.10.0
+_commit=295cb2ab68f89ee9d3237c7d4b8033bda3f3b635
+_octagramcommit=bd12863f45fbbd5c7db06d5ec8be8987b10253bf
+_luacommit=7f3eca2ce659fc2401b8acb52bd2182b433e12b1
+_charcodecommit=3709ca7a39a7c14f9e02fa00489a9850fd5a907b
+_protocommit=657a923cd4c333e681dc943e6894e6f6d42d25b4
+pkgrel=1
 epoch=1
 pkgdesc="Rime input method engine"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librime/-/commit/d24d68de82b75b394b06fee2291a42a8ae32a814

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




[Git][archlinux/packaging/packages/haskell-hopenpgp][main] upgpkg: 2.9.8-169: rebuild with nettle 0.3.1

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
e9f1640d by Felix Yan at 2024-02-12T23:54:59+00:00
upgpkg: 2.9.8-169: rebuild with nettle 0.3.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hopenpgp
pkgdesc = Native Haskell implementation of OpenPGP (RFC4880)
pkgver = 2.9.8
-   pkgrel = 168
+   pkgrel = 169
url = http://floss.scru.org/hOpenPGP/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.8
-pkgrel=168
+pkgrel=169
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')



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

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




[Git][archlinux/packaging/packages/haskell-hopenpgp] Pushed new tag 2.9.8-169

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.9.8-169 at Arch Linux / Packaging / Packages / 
haskell-hopenpgp

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




[Git][archlinux/packaging/packages/haskell-nettle][main] upgpkg: 0.3.1-1: rebuild with nettle 0.3.1

2024-02-12 Thread Felix Yan (@felixonmars)


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


Commits:
22138b82 by Felix Yan at 2024-02-12T23:50:43+00:00
upgpkg: 0.3.1-1: rebuild with nettle 0.3.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-nettle
pkgdesc = Safe nettle binding
-   pkgver = 0.3.0
-   pkgrel = 272
+   pkgver = 0.3.1
+   pkgrel = 1
url = https://github.com/stbuehler/haskell-nettle
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = haskell-nettle
depends = haskell-crypto-cipher-types
depends = haskell-tagged
depends = haskell-securemem
-   source = 
https://hackage.haskell.org/packages/archive/nettle/0.3.0/nettle-0.3.0.tar.gz
-   sha512sums = 
9bc875c0674ea615f47c498bd40fcbd8ffb356e99b30bde6b0e350a9dcfed353bc21242ea625cecc23b16b617f1e163dab42740cadc49ac5c73f161fd0898ac7
+   source = 
https://hackage.haskell.org/packages/archive/nettle/0.3.1/nettle-0.3.1.tar.gz
+   sha512sums = 
4fb3a027f1714a0ffb0985a6f49ac3579a23b519fc0201faefc69fa86c76b745c8a9009f242b7a2c7bd2dd2b72e4ff1ed327f10b4d5f675ab97f7bbd721335b8
 
 pkgname = haskell-nettle


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _hkgname=nettle
 pkgname=haskell-nettle
-pkgver=0.3.0
-pkgrel=272
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Safe nettle binding"
 url="https://github.com/stbuehler/haskell-nettle;
 license=('MIT')
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'nettle' 'haskell-byteable' 
'haskell-crypto-cipher-types' 'h
  'haskell-securemem')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('9bc875c0674ea615f47c498bd40fcbd8ffb356e99b30bde6b0e350a9dcfed353bc21242ea625cecc23b16b617f1e163dab42740cadc49ac5c73f161fd0898ac7')
+sha512sums=('4fb3a027f1714a0ffb0985a6f49ac3579a23b519fc0201faefc69fa86c76b745c8a9009f242b7a2c7bd2dd2b72e4ff1ed327f10b4d5f675ab97f7bbd721335b8')
 
 build() {
 cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-nettle/-/commit/22138b82ca126847e6551b1eebd7ce2a65da07e3

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




[Git][archlinux/packaging/packages/haskell-nettle] Pushed new tag 0.3.1-1

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.3.1-1 at Arch Linux / Packaging / Packages / 
haskell-nettle

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




[Git][archlinux/packaging/packages/clash-ghc][main] upgpkg: 1.8.0-3: rebuild with string-interpolate 0.3.3.0

2024-02-12 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / clash-ghc


Commits:
b96921b0 by Felix Yan at 2024-02-12T23:48:39+00:00
upgpkg: 1.8.0-3: rebuild with string-interpolate 0.3.3.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = clash-ghc
pkgdesc = CAES Language for Synchronous Hardware
pkgver = 1.8.0
-   pkgrel = 2
+   pkgrel = 3
url = https://clash-lang.org/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=clash-ghc
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="CAES Language for Synchronous Hardware"
 url="https://clash-lang.org/;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/clash-ghc/-/commit/b96921b08a3d8ef9ef0afdcd997c44b9d2b2927b

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




  1   2   3   4   >