[Git][archlinux/packaging/packages/syncthing][main] upgpkg: 1.27.3-2: Rebuild with update Go flags & SPDX license

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


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


Commits:
16db4931 by Caleb Maclennan at 2024-02-10T10:35:41+03:00
upgpkg: 1.27.3-2: Rebuild with update Go flags  SPDX license

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = syncthing
pkgdesc = Open Source Continuous Replication / Cluster Synchronization 
Thing
pkgver = 1.27.3
-   pkgrel = 1
+   pkgrel = 2
url = https://syncthing.net/
arch = x86_64
-   license = MPL
+   license = MPL-2.0
makedepends = git
makedepends = go
depends = glibc


=
PKGBUILD
=
@@ -11,11 +11,11 @@ BUILDENV+=(!check)
 
 pkgname=('syncthing' 'syncthing-discosrv' 'syncthing-relaysrv')
 pkgver=1.27.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Open Source Continuous Replication / Cluster Synchronization Thing'
 arch=('x86_64')
 url="https://syncthing.net/;
-license=('MPL')
+license=('MPL-2.0')
 depends=('glibc')
 makedepends=('git' 'go')
 
source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
@@ -34,8 +34,9 @@ 
sha256sums=('3fe25b863bb3a0f74bc95a7afa71bdaa2a79971542962236be5d85f469aa897d'
 '7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981'
 '6a58227c09a18fc7049ec38351a0fd98195688d15821d67d5af4facda401cbba')
 
+_srcdir="src/github.com/syncthing"
+
 prepare() {
-  local _srcdir="src/github.com/syncthing"
   rm -rf "${_srcdir}"
   install -d "${_srcdir}"
   mv "${pkgbase}" "${_srcdir}/${pkgbase}"
@@ -43,11 +44,11 @@ prepare() {
 }
 
 build() {
+  cd "$_srcdir/${pkgbase}"
   export CGO_ENABLED=1
   export BUILD_HOST=archlinux
   export BUILD_USER=${pkgbase}
   export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
@@ -59,8 +60,8 @@ build() {
 }
 
 check() {
+  cd "$_srcdir/${pkgbase}"
   export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
   if [ "${CARCH}" == "x86_64" ] ; then
 go run build.go -no-upgrade test
   fi
@@ -69,7 +70,7 @@ check() {
 package_syncthing() {
   install=$pkgname.install
 
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  cd "$_srcdir/${pkgbase}"
   install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
   install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
   install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
@@ -91,10 +92,7 @@ package_syncthing() {
 "${pkgdir}/usr/lib/sysctl.d/30-syncthing.conf"
 
   # man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-#   for file in $(find . -name '*.1' -print); do
-# install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-#   done
+  pushd man
   install -Dm644 $pkgname.1 "${pkgdir}"/usr/share/man/man1/$pkgname.1
   for file in $(find . -name '*.5' -print); do
 install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
@@ -107,7 +105,7 @@ package_syncthing() {
 package_syncthing-discosrv() {
   pkgdesc='Discovery server for Syncthing'
 
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  cd "$_srcdir/${pkgbase}"
   install -Dm755 stdiscosrv "${pkgdir}"/usr/bin/${pkgname}
 
   install -Dm644 man/stdiscosrv.1 \
@@ -124,7 +122,7 @@ package_syncthing-discosrv() {
 package_syncthing-relaysrv() {
   pkgdesc='Relay server for Syncthing'
 
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  cd "$_srcdir/${pkgbase}"
   install -Dm755 strelaysrv "${pkgdir}"/usr/bin/${pkgname}
 
   install -Dm644 man/strelaysrv.1 \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syncthing/-/commit/16db493115a14cd31a6879e37a53935d951d7547

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




[Git][archlinux/packaging/packages/syncthing] Pushed new tag 1.27.3-2

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


Caleb Maclennan pushed new tag 1.27.3-2 at Arch Linux / Packaging / Packages / 
syncthing

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




[Git][archlinux/packaging/packages/polkit][main] 124-2: Fixup mode pre_upgrade

2024-02-09 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
fac0890f by Jan Alexander Steffens (heftig) at 2024-02-10T08:30:31+01:00
124-2: Fixup mode pre_upgrade

- - - - -


4 changed files:

- .SRCINFO
- 0001-meson-Pass-polkitd_uid-to-meson_post_install.py.patch
- PKGBUILD
- + polkit.install


Changes:

=
.SRCINFO
=
@@ -1,8 +1,9 @@
 pkgbase = polkit
pkgdesc = Application development toolkit for controlling system-wide 
privileges
pkgver = 124
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.freedesktop.org/polkit/polkit
+   install = polkit.install
arch = x86_64
license = LGPL-2.0-or-later
checkdepends = python-dbusmock
@@ -21,6 +22,6 @@ pkgbase = polkit
source = 
git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=82f0924dc0eb23b9df68e88dbaf9e07c81940a5a
source = 0001-meson-Pass-polkitd_uid-to-meson_post_install.py.patch
b2sums = SKIP
-   b2sums = 
0fc028f7c883015c38515883f91e7cd10d15540ae6cb8305d79e8e2d8d70f2228a9935eb477413b37f4b33f6d4faf86f1b6ee33b0c9d6d3d3212e8c1733a83d0
+   b2sums = 
51200f8600e48fdec61403c2d16d499478dabcb8826d11bd388ab0f32a05531130b45566d4716769043695863dbd9a8e9b9f6b5222316d60bc2e1749ec93b20b
 
 pkgname = polkit


=
0001-meson-Pass-polkitd_uid-to-meson_post_install.py.patch
=
@@ -1,5 +1,5 @@
 From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
+From: "Jan Alexander Steffens (heftig)" 
 Date: Wed, 17 Jan 2024 20:57:44 +0100
 Subject: [PATCH] meson: Pass polkitd_uid to meson_post_install.py
 


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=polkit
 pkgver=124
-pkgrel=1
+pkgrel=2
 pkgdesc="Application development toolkit for controlling system-wide 
privileges"
 url="https://gitlab.freedesktop.org/polkit/polkit;
 arch=(x86_64)
@@ -24,13 +24,14 @@ makedepends=(
 checkdepends=(python-dbusmock)
 provides=(libpolkit-{agent,gobject}-1.so)
 backup=(etc/pam.d/polkit-1)
+install=polkit.install
 _commit=82f0924dc0eb23b9df68e88dbaf9e07c81940a5a  # tags/124
 source=(
   "git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=$_commit;
   0001-meson-Pass-polkitd_uid-to-meson_post_install.py.patch
 )
 b2sums=('SKIP'
-
'0fc028f7c883015c38515883f91e7cd10d15540ae6cb8305d79e8e2d8d70f2228a9935eb477413b37f4b33f6d4faf86f1b6ee33b0c9d6d3d3212e8c1733a83d0')
+
'51200f8600e48fdec61403c2d16d499478dabcb8826d11bd388ab0f32a05531130b45566d4716769043695863dbd9a8e9b9f6b5222316d60bc2e1749ec93b20b')
 
 pkgver() {
   cd polkit


=
polkit.install
=
@@ -0,0 +1,7 @@
+pre_upgrade() {
+  if (( $(vercmp $2 124-2) < 0 )); then
+install -d -o root -g root -m 755 usr/share/polkit-1/rules.d
+  fi
+}
+
+# vim:set ft=bash sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polkit/-/commit/fac0890f56ff6ea9522425d801d8515167fbfe8d

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




[Git][archlinux/packaging/packages/polkit] Pushed new tag 124-2

2024-02-09 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 124-2 at Arch Linux / Packaging 
/ Packages / polkit

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




[Git][archlinux/packaging/packages/syncthing][main] Tweak Go package guidelines

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


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


Commits:
df17ab90 by Acid Xeon at 2024-02-10T04:45:11+01:00
Tweak Go package guidelines

>From 
>https://wiki.archlinux.org/title/Go_package_guidelines#Flags_and_build_options

Set `CGO_ENABLED=1` as disabling cgo makes `CGO_*FLAGS` useless.

Signed-off-by: Xeonacid h.dwww...@gmail.com

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -43,13 +43,16 @@ prepare() {
 }
 
 build() {
-  export CGO_ENABLED=0
+  export CGO_ENABLED=1
   export BUILD_HOST=archlinux
   export BUILD_USER=${pkgbase}
-  export EXTRA_LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\""
   export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
   cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
   go run build.go -no-upgrade -version v${pkgver} build
   go run build.go -no-upgrade -version v${pkgver} build strelaysrv
   go run build.go -no-upgrade -version v${pkgver} build stdiscosrv



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syncthing/-/commit/df17ab90ae4fcca9d248c4d979453e918e74e963

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




[Git][archlinux/packaging/packages/hyprpaper] Pushed new tag 0.6.0-2

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


Caleb Maclennan pushed new tag 0.6.0-2 at Arch Linux / Packaging / Packages / 
hyprpaper

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




[Git][archlinux/packaging/packages/hyprpaper][main] upgpkg: 0.6.0-2: Rebuild against hyprland-0.3.0

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


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


Commits:
6e33d183 by Caleb Maclennan at 2024-02-10T10:12:06+03:00
upgpkg: 0.6.0-2: Rebuild against hyprland-0.3.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hyprpaper
pkgdesc = a blazing fast wayland wallpaper utility with IPC controls
pkgver = 0.6.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/hyprwm/hyprpaper
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=hyprpaper
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='a blazing fast wayland wallpaper utility with IPC controls'
 arch=(x86_64)
 url="https://github.com/hyprwm/$pkgname;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpaper/-/commit/6e33d183a82ed3c9cea58a5ad06819b47a3345c7

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




[Git][archlinux/packaging/packages/xdg-desktop-portal-hyprland] Pushed new tag 1.3.1-3

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


Caleb Maclennan pushed new tag 1.3.1-3 at Arch Linux / Packaging / Packages / 
xdg-desktop-portal-hyprland

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-hyprland/-/tree/1.3.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xdg-desktop-portal-hyprland][main] upgpkg: 1.3.1-3: Rebuild against hyprland-0.3.0

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
xdg-desktop-portal-hyprland


Commits:
c626d28d by Caleb Maclennan at 2024-02-10T10:11:37+03:00
upgpkg: 1.3.1-3: Rebuild against hyprland-0.3.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xdg-desktop-portal-hyprland
pkgdesc = xdg-desktop-portal backend for hyprland
pkgver = 1.3.1
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/hyprwm/xdg-desktop-portal-hyprland
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=xdg-desktop-portal-hyprland
 pkgver=1.3.1
 _protocolver=4d29e48433270a2af06b8bc711ca1fe5109746cd
-pkgrel=2
+pkgrel=3
 pkgdesc='xdg-desktop-portal backend for hyprland'
 url="https://github.com/hyprwm/$pkgname;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-hyprland/-/commit/c626d28de75537c2f3b83083dc71ea8acff4b6fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-hyprland/-/commit/c626d28de75537c2f3b83083dc71ea8acff4b6fe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hyprlang][main] upgpkg: 0.3.0-1

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


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


Commits:
571b5fa2 by Caleb Maclennan at 2024-02-10T10:10:11+03:00
upgpkg: 0.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hyprlang
pkgdesc = implementation library for the hypr config language
-   pkgver = 0.2.1
-   pkgrel = 4
+   pkgver = 0.3.0
+   pkgrel = 1
url = https://github.com/hyprwm/hyprlang
arch = x86_64
arch = aarch64
@@ -10,7 +10,7 @@ pkgbase = hyprlang
depends = gcc-libs
depends = glibc
provides = libhyprlang.so
-   source = 
https://github.com/hyprwm/hyprlang/archive/v0.2.1/hyprlang-0.2.1.tar.gz
-   sha256sums = 
e41b265f09c1e84e03f052f584fcc086fe48ec5057191ef35917ce79e7dc4190
+   source = 
https://github.com/hyprwm/hyprlang/archive/v0.3.0/hyprlang-0.3.0.tar.gz
+   sha256sums = 
6355ae011b1d9d77f95d435fd79582a547cf08db3c0189f2a4ed0a6a25d9b4a1
 
 pkgname = hyprlang


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=hyprlang
-pkgver=0.2.1
-pkgrel=4
+pkgver=0.3.0
+pkgrel=1
 pkgdesc='implementation library for the hypr config language'
 arch=(x86_64 aarch64)
 url="https://github.com/hyprwm/$pkgname;
@@ -13,7 +13,7 @@ makedepends=(cmake)
 provides=("lib$pkgname.so")
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('e41b265f09c1e84e03f052f584fcc086fe48ec5057191ef35917ce79e7dc4190')
+sha256sums=('6355ae011b1d9d77f95d435fd79582a547cf08db3c0189f2a4ed0a6a25d9b4a1')
 
 build() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/571b5fa21edf23904344cd02fe17450b2c456b57

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




[Git][archlinux/packaging/packages/hyprlang] Pushed new tag 0.3.0-1

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


Caleb Maclennan pushed new tag 0.3.0-1 at Arch Linux / Packaging / Packages / 
hyprlang

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




[Git][archlinux/packaging/packages/dolt][main] upgpkg: 1.34.0-1

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


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


Commits:
dce8efe3 by Caleb Maclennan at 2024-02-10T10:07:03+03:00
upgpkg: 1.34.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
-   pkgver = 1.33.0
+   pkgver = 1.34.0
pkgrel = 1
url = https://www.dolthub.com
arch = x86_64
license = Apache
makedepends = go
depends = glibc
-   source = 
https://github.com/dolthub/dolt/archive/v1.33.0/dolt-1.33.0.tar.gz
-   sha256sums = 
1c02ae4756bf814edcf9a592fcfec1610e129dca57b2b2e8d15a83fae2081871
+   source = 
https://github.com/dolthub/dolt/archive/v1.34.0/dolt-1.34.0.tar.gz
+   sha256sums = 
97f1b5289a350d4e2be98211aff539cb4f122be3b28372472c2635656c61f3cb
 
 pkgname = dolt


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: istimaldar_sntlk 
 
 pkgname=dolt
-pkgver=1.33.0
+pkgver=1.34.0
 pkgrel=1
 pkgdesc='Git for data! A version controlled relational database'
 arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(glibc)
 makedepends=(go)
 _archive="$pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('1c02ae4756bf814edcf9a592fcfec1610e129dca57b2b2e8d15a83fae2081871')
+sha256sums=('97f1b5289a350d4e2be98211aff539cb4f122be3b28372472c2635656c61f3cb')
 
 prepare() {
cd "$_archive"/go



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/dce8efe38b77f60cc272847004ec1f45c62c0136

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




[Git][archlinux/packaging/packages/dolt] Pushed new tag 1.34.0-1

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


Caleb Maclennan pushed new tag 1.34.0-1 at Arch Linux / Packaging / Packages / 
dolt

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




[Git][archlinux/packaging/packages/darcs] Pushed new tag 2.16.5-241

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


Felix Yan pushed new tag 2.16.5-241 at Arch Linux / Packaging / Packages / darcs

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




[Git][archlinux/packaging/packages/darcs][main] upgpkg: 2.16.5-241: rebuild with unix-time 0.4.12

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


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


Commits:
274cf936 by Felix Yan at 2024-02-10T05:36:10+02:00
upgpkg: 2.16.5-241: rebuild with unix-time 0.4.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = darcs
pkgdesc = A distributed, interactive, smart revision control system
pkgver = 2.16.5
-   pkgrel = 240
+   pkgrel = 241
url = http://darcs.net
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=darcs
 pkgver=2.16.5
-pkgrel=240
+pkgrel=241
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/darcs/-/commit/274cf9360e3930a6c1f96c895fe00685d24b27c6

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




[Git][archlinux/packaging/packages/plantuml-server][main] upgpkg: 1.2024.1-1

2024-02-09 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
plantuml-server


Commits:
c947d751 by Justin Kromlinger at 2024-02-10T03:31:59+01:00
upgpkg: 1.2024.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,28 @@
+pkgbase = plantuml-server
+   pkgdesc = PlantUML Online Server
+   pkgver = 1.2024.1
+   pkgrel = 1
+   url = https://plantuml.com/
+   arch = any
+   license = GPL-3.0-only
+   makedepends = maven
+   makedepends = java-environment>=11
+   depends = java-runtime>=11
+   depends = bash
+   optdepends = plantuml-ascii-math: AsciiMath or JLaTeXMath notation
+   optdepends = ditaa: ditaa notation
+   optdepends = graphviz: Graphviz/DOT notation
+   backup = etc/conf.d/plantuml-server
+   source = 
plantuml-server-1.2024.1.tar.gz::https://github.com/plantuml/plantuml-server/archive/refs/tags/v1.2024.1.tar.gz
+   source = plantuml-server.run
+   source = plantuml-server.conf
+   source = plantuml-server.service
+   sha256sums = 
f6e24f388f7d4121f551fe4b49c50400a647c9fe2248218e4873311a6624fbf7
+   sha256sums = 
510711e73aa9bd2d42b4f1f2144fed90dfac011187bd540a9c4d01ee5588e052
+   sha256sums = 
96f26a243bf6d9945b4784d3ab73d861f6c4dc613157e51d1bcbcc55db0a2763
+   sha256sums = 
73b75e53fff8d4de5192d7a76cef0b4382420790c561763a8a2eec38520f748d
+
+pkgname = plantuml-server
+   depends = java-runtime>=11
+   depends = bash
+   depends = java-runtime


=
PKGBUILD
=
@@ -1,12 +1,12 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=plantuml-server
-pkgver=1.2023.10
+pkgver=1.2024.1
 pkgrel=1
 pkgdesc="PlantUML Online Server"
 arch=(any)
 url="https://plantuml.com/;
-license=('GPL')
+license=('GPL-3.0-only')
 backup=("etc/conf.d/plantuml-server")
 depends=("java-runtime>=11" "bash")
 makedepends=("maven" "java-environment>=11")
@@ -14,7 +14,7 @@ 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plantuml/${pkgname}/arc
 "${pkgname}.run"
 "${pkgname}.conf"
 "${pkgname}.service")
-sha256sums=('895dc7047b77b2932075e971e80ed5615c60e007b0c6ac28573c093cebf1ab8b'
+sha256sums=('f6e24f388f7d4121f551fe4b49c50400a647c9fe2248218e4873311a6624fbf7'
 '510711e73aa9bd2d42b4f1f2144fed90dfac011187bd540a9c4d01ee5588e052'
 '96f26a243bf6d9945b4784d3ab73d861f6c4dc613157e51d1bcbcc55db0a2763'
 '73b75e53fff8d4de5192d7a76cef0b4382420790c561763a8a2eec38520f748d')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plantuml-server/-/commit/c947d751b5cd971cad08f998e1e332848657e206

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




[Git][archlinux/packaging/packages/plantuml-server] Pushed new tag 1.2024.1-1

2024-02-09 Thread hashworks (@hashworks)


hashworks pushed new tag 1.2024.1-1 at Arch Linux / Packaging / Packages / 
plantuml-server

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




[Git][archlinux/packaging/packages/python-tiktoken][main] upgpkg: 0.6.0-1

2024-02-09 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
python-tiktoken


Commits:
9b010845 by Justin Kromlinger at 2024-02-10T03:30:15+01:00
upgpkg: 0.6.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-tiktoken
pkgdesc = A fast BPE tokeniser for use with OpenAI's models
-   pkgver = 0.5.2
+   pkgver = 0.6.0
pkgrel = 1
url = https://github.com/openai/tiktoken
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = python-tiktoken
depends = python-regex
depends = python-requests
optdepends = python-blobfile: for reading blobfiles
-   source = 
python-tiktoken-0.5.2.tar.gz::https://github.com/openai/tiktoken/archive/refs/tags/0.5.2.tar.gz
-   sha256sums = 
b25cc4817140c217413e707387ea2dd36691fd318b1f57b1bf2a736c9d97514a
+   source = 
python-tiktoken-0.6.0.tar.gz::https://github.com/openai/tiktoken/archive/refs/tags/0.6.0.tar.gz
+   sha256sums = 
d40bf4bf4a32bda814a16b2c5651663960da40ac5a8c02a65b7a9aa97bda2046
 
 pkgname = python-tiktoken


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-tiktoken
 _name=${pkgname#python-}
-pkgver=0.5.2
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="A fast BPE tokeniser for use with OpenAI's models"
 arch=(x86_64)
@@ -32,7 +32,7 @@ optdepends=(
 )
 
 source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('b25cc4817140c217413e707387ea2dd36691fd318b1f57b1bf2a736c9d97514a')
+sha256sums=('d40bf4bf4a32bda814a16b2c5651663960da40ac5a8c02a65b7a9aa97bda2046')
 
 _archive="$_name-$pkgver"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tiktoken/-/commit/9b010845ce615d092fe7ad6ae028d7ac3e7b4f21

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




[Git][archlinux/packaging/packages/python-tiktoken] Pushed new tag 0.6.0-1

2024-02-09 Thread hashworks (@hashworks)


hashworks pushed new tag 0.6.0-1 at Arch Linux / Packaging / Packages / 
python-tiktoken

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




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

2024-02-09 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
python-openai


Commits:
4a12b20b by Justin Kromlinger at 2024-02-10T03:28:26+01:00
upgpkg: 1.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-openai
pkgdesc = Python client library for the OpenAI API
-   pkgver = 1.11.1
+   pkgver = 1.12.0
pkgrel = 1
url = https://github.com/openai/openai-python
arch = any
@@ -28,7 +28,7 @@ pkgbase = python-openai
optdepends = python-matplotlib: embeddings
optdepends = python-plotly: embeddings
optdepends = python-scipy: embeddings
-   source = 
openai-python-1.11.1.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.11.1.tar.gz
-   sha256sums = 
9e61d8286f231e6505e68720a11da0ddcc18b1cb1cf463fc3ff1a652e6febf02
+   source = 
openai-python-1.12.0.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.12.0.tar.gz
+   sha256sums = 
0489d66f1bb37abd4472342446e47086e81561e4047eb50254cf3275b6995ffd
 
 pkgname = python-openai


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-openai
 _name=openai-python
-pkgver=1.11.1
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="Python client library for the OpenAI API"
 arch=('any')
@@ -24,7 +24,7 @@ optdepends=('python-numpy: Needed for CLI fine-tuning data 
preparation tool'
 'python-plotly: embeddings'
 'python-scipy: embeddings')
 
source=("${_name}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('9e61d8286f231e6505e68720a11da0ddcc18b1cb1cf463fc3ff1a652e6febf02')
+sha256sums=('0489d66f1bb37abd4472342446e47086e81561e4047eb50254cf3275b6995ffd')
 
 build() {
   cd "${_name}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/4a12b20b0687f81b92fd97a45ed3987fea913602

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




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

2024-02-09 Thread hashworks (@hashworks)


hashworks pushed new tag 1.12.0-1 at Arch Linux / Packaging / Packages / 
python-openai

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




[Git][archlinux/packaging/packages/clblast] Pushed new tag 1.6.2-1

2024-02-09 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 1.6.2-1 at Arch Linux / Packaging / Packages / clblast

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




[Git][archlinux/packaging/packages/clblast][main] upgpkg: 1.6.2-1

2024-02-09 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / clblast


Commits:
8b4ddba6 by kpcyrd at 2024-02-10T02:58:41+01:00
upgpkg: 1.6.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = clblast
+   pkgdesc = Tuned OpenCL BLAS library
+   pkgver = 1.6.2
+   pkgrel = 1
+   url = https://github.com/CNugteren/CLBlast
+   arch = x86_64
+   license = Apache-2.0
+   makedepends = cmake
+   depends = gcc-libs
+   depends = glibc
+   depends = ocl-icd
+   depends = opencl-headers
+   provides = libclblast.so
+   source = 
https://github.com/CNugteren/clblast/archive/1.6.2/clblast-1.6.2.tar.gz
+   sha256sums = 
d7c1fb61162a6e2fa4eb6e95fafacbe22ee8460cd82371478f794f195aad267f
+
+pkgname = clblast


=
PKGBUILD
=
@@ -1,13 +1,15 @@
 # Maintainer: kpcyrd 
 
 pkgname=clblast
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Tuned OpenCL BLAS library'
 url='https://github.com/CNugteren/CLBlast'
 arch=('x86_64')
 license=('Apache-2.0')
 depends=(
+  gcc-libs
+  glibc
   ocl-icd
   opencl-headers
 )
@@ -16,7 +18,7 @@ makedepends=(
 )
 provides=('libclblast.so')
 
source=(https://github.com/CNugteren/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e68d026108447cab53cb18d473b4363ab3958d7c8f97c522bbee1651069eec66')
+sha256sums=('d7c1fb61162a6e2fa4eb6e95fafacbe22ee8460cd82371478f794f195aad267f')
 
 prepare() {
   cd "CLBlast-${pkgver}"



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

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




[Git][archlinux/packaging/packages/piping-server] Pushed new tag 0.17.0-1

2024-02-09 Thread hashworks (@hashworks)


hashworks pushed new tag 0.17.0-1 at Arch Linux / Packaging / Packages / 
piping-server

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




[Git][archlinux/packaging/packages/piping-server][main] upgpkg: 0.17.0-1

2024-02-09 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
piping-server


Commits:
c0e99c82 by Justin Kromlinger at 2024-02-10T02:22:56+01:00
upgpkg: 0.17.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = piping-server
+   pkgdesc = Infinitely transfer between every device over pure HTTP with 
pipes or browsers
+   pkgver = 0.17.0
+   pkgrel = 1
+   url = https://github.com/nwtgck/piping-server-rust
+   arch = x86_64
+   license = MIT
+   makedepends = cargo
+   depends = gcc-libs
+   options = !lto
+   source = 
piping-server-0.17.0.tar.gz::https://github.com/nwtgck/piping-server-rust/archive/v0.17.0.tar.gz
+   source = piping-server.service
+   sha256sums = 
00a31492e7fb8c303c8efe9dd73e2bc73d32166a19452357f740a408a897bd6c
+   sha256sums = 
9182467638a583b29bed0ae69ed00013b1721ce8753e5ba90a56cbaac07d768c
+
+pkgname = piping-server


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Justin Kromlinger 
 pkgname=piping-server
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='Infinitely transfer between every device over pure HTTP with pipes or 
browsers'
 arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('cargo')
 options=(!lto)
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
 "$pkgname.service")
-sha256sums=('3735eea652c178ec36118958414b7ce35a246fd64790e2fd04b5d5912f072d30'
+sha256sums=('00a31492e7fb8c303c8efe9dd73e2bc73d32166a19452357f740a408a897bd6c'
 '9182467638a583b29bed0ae69ed00013b1721ce8753e5ba90a56cbaac07d768c')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/piping-server/-/commit/c0e99c824ce1cd7068d213d0fa2dd7d868faa7cc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/piping-server/-/commit/c0e99c824ce1cd7068d213d0fa2dd7d868faa7cc
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-66

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


Felix Yan pushed new tag 1.9.1.0-66 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-66
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-66: rebuild with unix-time 0.4.12

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


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


Commits:
e9f53511 by Felix Yan at 2024-02-10T02:42:26+02:00
upgpkg: 1.9.1.0-66: rebuild with unix-time 0.4.12

- - - - -


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 = 65
+   pkgrel = 66
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=65
+pkgrel=66
 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/e9f5351106da67a9440038e40e124a9c2f405ad1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-server/-/commit/e9f5351106da67a9440038e40e124a9c2f405ad1
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-141

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


Felix Yan pushed new tag 1.0.2.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
a2b4e5d2 by Felix Yan at 2024-02-10T02:38:07+02:00
upgpkg: 1.0.2.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/a2b4e5d2209b2ba2e3ba8b921ce7fa04be596665

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-rename-plugin/-/commit/a2b4e5d2209b2ba2e3ba8b921ce7fa04be596665
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-144: rebuild with unix-time 0.4.12

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


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


Commits:
b31c3e6e by Felix Yan at 2024-02-10T02:37:42+02:00
upgpkg: 1.8.0.0-144: rebuild with unix-time 0.4.12

- - - - -


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 = 143
+   pkgrel = 144
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=143
+pkgrel=144
 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/b31c3e6eb959d18452b2bbd16514e4426de4607b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-tactics-plugin/-/commit/b31c3e6eb959d18452b2bbd16514e4426de4607b
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-144

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


Felix Yan pushed new tag 1.8.0.0-144 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-144
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-141

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


Felix Yan pushed new tag 1.0.3.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
77375cd4 by Felix Yan at 2024-02-10T02:37:28+02:00
upgpkg: 1.0.3.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/77375cd4792e3a1cd203e4fb80ee056e88f90e51

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-splice-plugin/-/commit/77375cd4792e3a1cd203e4fb80ee056e88f90e51
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-141

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


Felix Yan pushed new tag 1.0.1.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
1a30df80 by Felix Yan at 2024-02-10T02:37:20+02:00
upgpkg: 1.0.1.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/1a30df8034426ccd39be898bb4ced56208c211ed

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-gadt-plugin/-/commit/1a30df8034426ccd39be898bb4ced56208c211ed
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
4d521ab9 by Felix Yan at 2024-02-10T02:36:35+02:00
upgpkg: 1.1.1.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/4d521ab9944d5bcff4efa58d938577882c872008

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-haddock-comments-plugin/-/commit/4d521ab9944d5bcff4efa58d938577882c872008
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-141

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


Felix Yan pushed new tag 1.1.1.0-141 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-141
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-141

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


Felix Yan pushed new tag 1.1.0.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
a92a31f9 by Felix Yan at 2024-02-10T02:35:37+02:00
upgpkg: 1.1.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/a92a31f9457678cf2ef0d491133621852dec3e29

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refactor-plugin/-/commit/a92a31f9457678cf2ef0d491133621852dec3e29
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-141

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


Felix Yan pushed new tag 1.0.0.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
2656748e by Felix Yan at 2024-02-10T02:29:54+02:00
upgpkg: 1.0.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/2656748e59de845d60389d36c3692c8825881653

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin/-/commit/2656748e59de845d60389d36c3692c8825881653
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
0f207e86 by Felix Yan at 2024-02-10T02:25:54+02:00
upgpkg: 1.0.4.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/0f207e86cbb8147b083dc09d658f3d6d03e44c97

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refine-imports-plugin/-/commit/0f207e86cbb8147b083dc09d658f3d6d03e44c97
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-141

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


Felix Yan pushed new tag 1.0.4.0-141 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-141
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-30

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


Felix Yan pushed new tag 1.1.2.0-30 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-30
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-30: rebuild with unix-time 0.4.12

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


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


Commits:
23710a90 by Felix Yan at 2024-02-10T02:25:04+02:00
upgpkg: 1.1.2.0-30: rebuild with unix-time 0.4.12

- - - - -


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 = 29
+   pkgrel = 30
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=29
+pkgrel=30
 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/23710a904c1e43db139f8366e84f0e23399bd288

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




[Git][archlinux/packaging/packages/tamarin-prover] Pushed new tag 1.8.0-64

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


Felix Yan pushed new tag 1.8.0-64 at Arch Linux / Packaging / Packages / 
tamarin-prover

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tamarin-prover/-/tree/1.8.0-64
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hledger-web][main] upgpkg: 1.32.1-26: rebuild with unix-time 0.4.12

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


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


Commits:
a94bbf67 by Felix Yan at 2024-02-10T02:24:34+02:00
upgpkg: 1.32.1-26: rebuild with unix-time 0.4.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hledger-web
pkgdesc = Web-based user interface for the hledger accounting system
pkgver = 1.32.1
-   pkgrel = 25
+   pkgrel = 26
url = http://hledger.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.32.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger-web/-/commit/a94bbf674036e7ae4809f9395516f12f3935a1f0

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




[Git][archlinux/packaging/packages/hledger-web] Pushed new tag 1.32.1-26

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


Felix Yan pushed new tag 1.32.1-26 at Arch Linux / Packaging / Packages / 
hledger-web

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




[Git][archlinux/packaging/packages/tamarin-prover][main] upgpkg: 1.8.0-64: rebuild with unix-time 0.4.12

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
tamarin-prover


Commits:
f1af5cc0 by Felix Yan at 2024-02-10T02:24:33+02:00
upgpkg: 1.8.0-64: rebuild with unix-time 0.4.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tamarin-prover
pkgdesc = The Tamarin prover for security protocol analysis
pkgver = 1.8.0
-   pkgrel = 63
+   pkgrel = 64
url = https://tamarin-prover.github.io
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.8.0
-pkgrel=63
+pkgrel=64
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tamarin-prover/-/commit/f1af5cc0ad0545639533519d467660a7fee29633

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tamarin-prover/-/commit/f1af5cc0ad0545639533519d467660a7fee29633
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
8d69d1d3 by Felix Yan at 2024-02-10T02:24:30+02:00
upgpkg: 1.4.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/8d69d1d3a5c53c3b265dc699a59bc1ed6283dbfd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-eval-plugin/-/commit/8d69d1d3a5c53c3b265dc699a59bc1ed6283dbfd
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-141

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


Felix Yan pushed new tag 1.4.0.0-141 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-141
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-32

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


Felix Yan pushed new tag 1.0.4.0-32 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-32
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-32: rebuild with unix-time 0.4.12

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


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


Commits:
d36d3fa3 by Felix Yan at 2024-02-10T02:23:56+02:00
upgpkg: 1.0.4.0-32: rebuild with unix-time 0.4.12

- - - - -


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 = 31
+   pkgrel = 32
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=31
+pkgrel=32
 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/d36d3fa3bc22b3ef09ea4aceb03f6067afc08aa0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-ormolu-plugin/-/commit/d36d3fa3bc22b3ef09ea4aceb03f6067afc08aa0
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
0f6f5a22 by Felix Yan at 2024-02-10T02:23:45+02:00
upgpkg: 1.1.1.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/0f6f5a22bc5f93b14b7a16d0ada06aec1950ee22

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-class-plugin/-/commit/0f6f5a22bc5f93b14b7a16d0ada06aec1950ee22
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-141

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


Felix Yan pushed new tag 1.1.1.0-141 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-141
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-144: rebuild with unix-time 0.4.12

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


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


Commits:
1b1aae04 by Felix Yan at 2024-02-10T02:23:22+02:00
upgpkg: 1.0.2.0-144: rebuild with unix-time 0.4.12

- - - - -


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 = 143
+   pkgrel = 144
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=143
+pkgrel=144
 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/1b1aae04fa8cafc7cbc6a370ca6b63eddfbbc649

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-floskell-plugin/-/commit/1b1aae04fa8cafc7cbc6a370ca6b63eddfbbc649
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-144

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


Felix Yan pushed new tag 1.0.2.0-144 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-144
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
4e15e25d by Felix Yan at 2024-02-10T02:23:21+02:00
upgpkg: 1.1.1.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/4e15e25d58ba58cfa295130052dd6ec6bb9edc2e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-module-name-plugin/-/commit/4e15e25d58ba58cfa295130052dd6ec6bb9edc2e
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-141

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


Felix Yan pushed new tag 1.1.1.0-141 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-141
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-142: rebuild with unix-time 0.4.12

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


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


Commits:
2b9d37d5 by Felix Yan at 2024-02-10T02:23:04+02:00
upgpkg: 1.0.1.2-142: rebuild with unix-time 0.4.12

- - - - -


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 = 141
+   pkgrel = 142
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=141
+pkgrel=142
 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/2b9d37d56b134121f54def19331438fe22abcd2e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin/-/commit/2b9d37d56b134121f54def19331438fe22abcd2e
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-142

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


Felix Yan pushed new tag 1.0.1.2-142 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-142
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-141

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


Felix Yan pushed new tag 1.1.0.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
4215ed96 by Felix Yan at 2024-02-10T02:23:00+02:00
upgpkg: 1.1.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/4215ed96b00cdf2d3a5976ff35de21059f116595

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-change-type-signature-plugin/-/commit/4215ed96b00cdf2d3a5976ff35de21059f116595
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
90515e56 by Felix Yan at 2024-02-10T02:22:31+02:00
upgpkg: 1.0.4.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/90515e567169e78b1283998f288e1f7385d4bc19

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-pragmas-plugin/-/commit/90515e567169e78b1283998f288e1f7385d4bc19
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-141

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


Felix Yan pushed new tag 1.0.4.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
eec84e56 by Felix Yan at 2024-02-10T02:22:26+02:00
upgpkg: 1.2.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/eec84e5650cdefa14dc512d03f80144d45fa1b0c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-imports-plugin/-/commit/eec84e5650cdefa14dc512d03f80144d45fa1b0c
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-141

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


Felix Yan pushed new tag 1.2.0.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
752e9eb0 by Felix Yan at 2024-02-10T02:22:17+02:00
upgpkg: 1.0.2.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/752e9eb05d5784a89d05f7f9b115a408a14207c5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin/-/commit/752e9eb05d5784a89d05f7f9b115a408a14207c5
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-141

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


Felix Yan pushed new tag 1.0.2.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
8b36ee91 by Felix Yan at 2024-02-10T02:21:57+02:00
upgpkg: 0.1.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/8b36ee919cbfc4b0c2cdca31543b8f904778a7e8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-plugin/-/commit/8b36ee919cbfc4b0c2cdca31543b8f904778a7e8
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-141

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


Felix Yan pushed new tag 0.1.0.0-141 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-141
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-141

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


Felix Yan pushed new tag 1.1.0.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
d35a525b by Felix Yan at 2024-02-10T02:21:48+02:00
upgpkg: 1.1.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/d35a525bf3733e9b24f0a5846766ed9356124fb1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-fixity-plugin/-/commit/d35a525bf3733e9b24f0a5846766ed9356124fb1
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-141

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


Felix Yan pushed new tag 1.1.0.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
5ff1fe86 by Felix Yan at 2024-02-10T02:21:19+02:00
upgpkg: 1.2.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/5ff1fe86beef7f3e8f4c560483a7c9d58f4052ba

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin/-/commit/5ff1fe86beef7f3e8f4c560483a7c9d58f4052ba
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-141

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


Felix Yan pushed new tag 1.2.0.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
2eb1fc0c by Felix Yan at 2024-02-10T02:21:19+02:00
upgpkg: 1.1.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/2eb1fc0c0785f28970f237ff3491a9d547516458

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-code-range-plugin/-/commit/2eb1fc0c0785f28970f237ff3491a9d547516458
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-149: rebuild with unix-time 0.4.12

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


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


Commits:
402aeeed by Felix Yan at 2024-02-10T02:20:46+02:00
upgpkg: 1.1.1.0-149: rebuild with unix-time 0.4.12

- - - - -


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 = 148
+   pkgrel = 149
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=148
+pkgrel=149
 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/402aeeedbe37e373e1d2ebfb7902c9421928ddaa

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-fourmolu-plugin/-/commit/402aeeedbe37e373e1d2ebfb7902c9421928ddaa
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-149

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


Felix Yan pushed new tag 1.1.1.0-149 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-149
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-149

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


Felix Yan pushed new tag 1.1.0.0-149 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-149
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-149: rebuild with unix-time 0.4.12

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


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


Commits:
ef0b5b2a by Felix Yan at 2024-02-10T02:20:30+02:00
upgpkg: 1.1.0.0-149: rebuild with unix-time 0.4.12

- - - - -


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 = 148
+   pkgrel = 149
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=148
+pkgrel=149
 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/ef0b5b2a092d96e06733e55e2799c9214540f290

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-brittany-plugin/-/commit/ef0b5b2a092d96e06733e55e2799c9214540f290
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
cfbf182e by Felix Yan at 2024-02-10T02:20:23+02:00
upgpkg: 1.3.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/cfbf182e7952f0a952f7f589afcceff7cf9e0194

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin/-/commit/cfbf182e7952f0a952f7f589afcceff7cf9e0194
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-141

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


Felix Yan pushed new tag 1.3.0.0-141 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-141
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-yesod-static][main] upgpkg: 1.6.1.0-698: rebuild with unix-time 0.4.12

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


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


Commits:
61537d97 by Felix Yan at 2024-02-10T02:20:17+02:00
upgpkg: 1.6.1.0-698: rebuild with unix-time 0.4.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-yesod-static
pkgdesc = Static file serving subsite for Yesod Web Framework.
pkgver = 1.6.1.0
-   pkgrel = 697
+   pkgrel = 698
url = http://www.yesodweb.com/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.1.0
-pkgrel=697
+pkgrel=698
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-static/-/commit/61537d97217be7e91c612043e43f7d480f804a36

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




[Git][archlinux/packaging/packages/haskell-yesod-static] Pushed new tag 1.6.1.0-698

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


Felix Yan pushed new tag 1.6.1.0-698 at Arch Linux / Packaging / Packages / 
haskell-yesod-static

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-static/-/tree/1.6.1.0-698
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
41837a64 by Felix Yan at 2024-02-10T02:20:15+02:00
upgpkg: 0.1.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/41837a642dba190c85edcb2d3e5fe93a18340775

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-fmt-plugin/-/commit/41837a642dba190c85edcb2d3e5fe93a18340775
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-141

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


Felix Yan pushed new tag 0.1.0.0-141 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-141
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/arch-hs][main] upgpkg: 0.11.1.0-110: rebuild with unix-time 0.4.12

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


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


Commits:
a3e7bccd by Felix Yan at 2024-02-10T02:19:43+02:00
upgpkg: 0.11.1.0-110: rebuild with unix-time 0.4.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = arch-hs
pkgdesc = Distribute hackage packages to archlinux
pkgver = 0.11.1.0
-   pkgrel = 109
+   pkgrel = 110
url = https://github.com/berberman/arch-hs
arch = x86_64
license = MIT


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



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

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




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

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


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

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




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

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


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

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




[Git][archlinux/packaging/packages/pandoc-crossref][main] upgpkg: 0.3.16.0-107: rebuild with unix-time 0.4.12

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


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


Commits:
ca2262a5 by Felix Yan at 2024-02-10T02:19:38+02:00
upgpkg: 0.3.16.0-107: rebuild with unix-time 0.4.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-crossref
pkgdesc = Pandoc filter for cross-references
pkgver = 0.3.16.0
-   pkgrel = 106
+   pkgrel = 107
url = https://hackage.haskell.org/package/pandoc-crossref
arch = x86_64
license = GPL2


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



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-crossref/-/commit/ca2262a556309f604850968d2e4e368609ddf607
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-141

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


Felix Yan pushed new tag 1.5.0.0-141 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-141
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
c4c197f0 by Felix Yan at 2024-02-10T02:19:21+02:00
upgpkg: 1.5.0.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/c4c197f0a78cc2e75311889393625df61d4d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-test-utils/-/commit/c4c197f0a78cc2e75311889393625df61d4d
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-141: rebuild with unix-time 0.4.12

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


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


Commits:
8f63c10e by Felix Yan at 2024-02-10T02:19:15+02:00
upgpkg: 1.0.3.0-141: rebuild with unix-time 0.4.12

- - - - -


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 = 140
+   pkgrel = 141
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=140
+pkgrel=141
 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/8f63c10e7ba6a357fb1f4a4322e0abeb3fe1a026

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-retrie-plugin/-/commit/8f63c10e7ba6a357fb1f4a4322e0abeb3fe1a026
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-141

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


Felix Yan pushed new tag 1.0.3.0-141 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-141
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-182: rebuild with unix-time 0.4.12

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


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


Commits:
8edc777a by Felix Yan at 2024-02-10T02:19:08+02:00
upgpkg: 1.8.0.0-182: rebuild with unix-time 0.4.12

- - - - -


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 = 181
+   pkgrel = 182
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=181
+pkgrel=182
 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/8edc777a30fedc4f740e57fdc960b2f3f617d2da

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghcide-test-utils/-/commit/8edc777a30fedc4f740e57fdc960b2f3f617d2da
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-182

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


Felix Yan pushed new tag 1.8.0.0-182 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-182
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-55: rebuild with unix-time 0.4.12

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


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


Commits:
2c77dbaf by Felix Yan at 2024-02-10T02:18:08+02:00
upgpkg: 1.9.1.0-55: rebuild with unix-time 0.4.12

- - - - -


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 = 54
+   pkgrel = 55
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=54
+pkgrel=55
 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/2c77dbafefe13fc27c9988e4d4fd94fff3a519bb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghcide/-/commit/2c77dbafefe13fc27c9988e4d4fd94fff3a519bb
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-55

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


Felix Yan pushed new tag 1.9.1.0-55 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-55
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-arch-web][main] upgpkg: 0.2-92: rebuild with unix-time 0.4.12

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


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


Commits:
c78e358c by Felix Yan at 2024-02-10T02:17:49+02:00
upgpkg: 0.2-92: rebuild with unix-time 0.4.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-arch-web
pkgdesc = Arch Linux official and AUR web interface binding
pkgver = 0.2
-   pkgrel = 91
+   pkgrel = 92
url = https://github.com/berberman/arch-web
arch = x86_64
license = MIT


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



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

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




  1   2   3   4   5   6   7   >