[Git][archlinux/packaging/packages/haskell-doctest-lib][main] upgpkg: 0.1.1-9: rebuild with utility-ht 0.0.17.1

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


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


Commits:
64fe7077 by Felix Yan at 2024-02-10T00:41:50+02:00
upgpkg: 0.1.1-9: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-doctest-lib
pkgdesc = Parts of doctest exposed as library
pkgver = 0.1.1
-   pkgrel = 8
+   pkgrel = 9
url = https://hub.darcs.net/thielema/doctest-lib/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=doctest-lib
 pkgname=haskell-doctest-lib
 pkgver=0.1.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Parts of doctest exposed as library"
 url="https://hub.darcs.net/thielema/doctest-lib/";
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-doctest-lib/-/commit/64fe7077812227deb49758aad60feef9f08f7859

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




[Git][archlinux/packaging/packages/haskell-doctest-lib] Pushed new tag 0.1.1-9

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


Felix Yan pushed new tag 0.1.1-9 at Arch Linux / Packaging / Packages / 
haskell-doctest-lib

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-doctest-lib/-/tree/0.1.1-9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-storable-record][main] upgpkg: 0.0.7-24: rebuild with utility-ht 0.0.17.1

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


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


Commits:
93282de1 by Felix Yan at 2024-02-10T00:42:26+02:00
upgpkg: 0.0.7-24: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-storable-record
pkgdesc = Elegant definition of Storable instances for records
pkgver = 0.0.7
-   pkgrel = 23
+   pkgrel = 24
url = http://code.haskell.org/~thielema/storable-record/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=storable-record
 pkgname=haskell-storable-record
 pkgver=0.0.7
-pkgrel=23
+pkgrel=24
 pkgdesc="Elegant definition of Storable instances for records"
 url="http://code.haskell.org/~thielema/storable-record/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-storable-record/-/commit/93282de1ea1dbe321a99c89adc5e9c0cfd513f04

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




[Git][archlinux/packaging/packages/haskell-storable-record] Pushed new tag 0.0.7-24

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


Felix Yan pushed new tag 0.0.7-24 at Arch Linux / Packaging / Packages / 
haskell-storable-record

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-storable-record/-/tree/0.0.7-24
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-doctest-exitcode-stdio] Pushed new tag 0.0-128

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


Felix Yan pushed new tag 0.0-128 at Arch Linux / Packaging / Packages / 
haskell-doctest-exitcode-stdio

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-doctest-exitcode-stdio/-/tree/0.0-128
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-doctest-exitcode-stdio][main] upgpkg: 0.0-128: rebuild with utility-ht 0.0.17.1

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-doctest-exitcode-stdio


Commits:
a8d66b5d by Felix Yan at 2024-02-10T00:42:29+02:00
upgpkg: 0.0-128: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-doctest-exitcode-stdio
pkgdesc = Run doctest's in a Cabal.Test.exitcode-stdio environment
pkgver = 0.0
-   pkgrel = 127
+   pkgrel = 128
url = https://hub.darcs.net/thielema/doctest-exitcode-stdio/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=doctest-exitcode-stdio
 pkgname=haskell-doctest-exitcode-stdio
 pkgver=0.0
-pkgrel=127
+pkgrel=128
 pkgdesc="Run doctest's in a Cabal.Test.exitcode-stdio environment"
 url="https://hub.darcs.net/thielema/doctest-exitcode-stdio/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-doctest-exitcode-stdio/-/commit/a8d66b5de00157eda89c05eab61121d85b346c03

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




[Git][archlinux/packaging/packages/haskell-storable-tuple][main] upgpkg: 0.1-23: rebuild with utility-ht 0.0.17.1

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


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


Commits:
ced0a101 by Felix Yan at 2024-02-10T00:43:02+02:00
upgpkg: 0.1-23: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-storable-tuple
pkgdesc = Storable instance for pairs and triples
pkgver = 0.1
-   pkgrel = 22
+   pkgrel = 23
url = http://code.haskell.org/~thielema/storable-tuple/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=storable-tuple
 pkgname=haskell-storable-tuple
 pkgver=0.1
-pkgrel=22
+pkgrel=23
 pkgdesc="Storable instance for pairs and triples"
 url="http://code.haskell.org/~thielema/storable-tuple/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-storable-tuple/-/commit/ced0a1012c11720135726984af4a32c8ad85984c

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




[Git][archlinux/packaging/packages/haskell-storable-tuple] Pushed new tag 0.1-23

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


Felix Yan pushed new tag 0.1-23 at Arch Linux / Packaging / Packages / 
haskell-storable-tuple

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




[Git][archlinux/packaging/packages/haskell-non-negative] Pushed new tag 0.1.2-238

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


Felix Yan pushed new tag 0.1.2-238 at Arch Linux / Packaging / Packages / 
haskell-non-negative

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-non-negative/-/tree/0.1.2-238
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-non-negative][main] upgpkg: 0.1.2-238: rebuild with utility-ht 0.0.17.1

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


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


Commits:
6a26f8ca by Felix Yan at 2024-02-10T00:43:23+02:00
upgpkg: 0.1.2-238: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-non-negative
pkgdesc = Non-negative numbers
pkgver = 0.1.2
-   pkgrel = 237
+   pkgrel = 238
url = http://code.haskell.org/~thielema/non-negative/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=non-negative
 pkgname=haskell-non-negative
 pkgver=0.1.2
-pkgrel=237
+pkgrel=238
 pkgdesc="Non-negative numbers"
 url="http://code.haskell.org/~thielema/non-negative/";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-non-negative/-/commit/6a26f8caf96b2de23cc8258047d0af586ae53efd

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




[Git][archlinux/packaging/packages/hledger][main] upgpkg: 1.32.1-19: rebuild with utility-ht 0.0.17.1

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


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


Commits:
ed4732a2 by Felix Yan at 2024-02-10T00:44:47+02:00
upgpkg: 1.32.1-19: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hledger
pkgdesc = Command-line interface for the hledger accounting system
pkgver = 1.32.1
-   pkgrel = 18
+   pkgrel = 19
url = http://hledger.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=hledger
 pkgver=1.32.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org";
 license=("GPL")



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

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




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

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


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger/-/tree/1.32.1-19
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-105

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


Felix Yan pushed new tag 0.3.16.0-105 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-105
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-105: rebuild with utility-ht 0.0.17.1

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


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


Commits:
d72826e0 by Felix Yan at 2024-02-10T00:44:51+02:00
upgpkg: 0.3.16.0-105: rebuild with utility-ht 0.0.17.1

- - - - -


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 = 104
+   pkgrel = 105
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=104
+pkgrel=105
 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/d72826e0207479fd994fbba6362e618d285ef7d3

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




[Git][archlinux/packaging/packages/haskell-storablevector] Pushed new tag 0.2.13.2-14

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


Felix Yan pushed new tag 0.2.13.2-14 at Arch Linux / Packaging / Packages / 
haskell-storablevector

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




[Git][archlinux/packaging/packages/haskell-storablevector][main] upgpkg: 0.2.13.2-14: rebuild with utility-ht 0.0.17.1

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


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


Commits:
468d74eb by Felix Yan at 2024-02-10T00:45:26+02:00
upgpkg: 0.2.13.2-14: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-storablevector
pkgdesc = Fast, packed, strict storable arrays with a list interface 
like ByteString
pkgver = 0.2.13.2
-   pkgrel = 13
+   pkgrel = 14
url = https://www.haskell.org/haskellwiki/Storable_Vector
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=storablevector
 pkgname=haskell-storablevector
 pkgver=0.2.13.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Fast, packed, strict storable arrays with a list interface like 
ByteString"
 url="https://www.haskell.org/haskellwiki/Storable_Vector";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-storablevector/-/commit/468d74eb389860633478dd0c00677a7fd8dd4d3d

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




[Git][archlinux/packaging/packages/hledger-web][main] upgpkg: 1.32.1-25: rebuild with utility-ht 0.0.17.1

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


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


Commits:
377e39f5 by Felix Yan at 2024-02-10T00:46:03+02:00
upgpkg: 1.32.1-25: rebuild with utility-ht 0.0.17.1

- - - - -


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 = 24
+   pkgrel = 25
url = http://hledger.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.32.1
-pkgrel=24
+pkgrel=25
 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/377e39f5a39a9298c3c86c2ff17ed2032579a994

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger-web/-/commit/377e39f5a39a9298c3c86c2ff17ed2032579a994
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-25

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


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

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




[Git][archlinux/packaging/packages/hledger-ui][main] upgpkg: 1.32.1-22: rebuild with utility-ht 0.0.17.1

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


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


Commits:
9605f3d4 by Felix Yan at 2024-02-10T00:46:24+02:00
upgpkg: 1.32.1-22: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hledger-ui
pkgdesc = Curses-style terminal interface for the hledger accounting 
system
pkgver = 1.32.1
-   pkgrel = 21
+   pkgrel = 22
url = http://hledger.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.32.1
-pkgrel=21
+pkgrel=22
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger-ui/-/commit/9605f3d4997f2280ffd5692bd58ad844efad421b

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




[Git][archlinux/packaging/packages/hoogle] Pushed new tag 5.0.18.3-237

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


Felix Yan pushed new tag 5.0.18.3-237 at Arch Linux / Packaging / Packages / 
hoogle

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




[Git][archlinux/packaging/packages/hoogle][main] upgpkg: 5.0.18.3-237: rebuild with utility-ht 0.0.17.1

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


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


Commits:
9b3023b3 by Felix Yan at 2024-02-10T00:46:23+02:00
upgpkg: 5.0.18.3-237: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hoogle
pkgdesc = Haskell API Search
pkgver = 5.0.18.3
-   pkgrel = 236
+   pkgrel = 237
url = https://www.haskell.org/hoogle/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.18.3
-pkgrel=236
+pkgrel=237
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hoogle/-/commit/9b3023b3a5d0a10f5585f13260e66dfb24341d79

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




[Git][archlinux/packaging/packages/hledger-ui] Pushed new tag 1.32.1-22

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


Felix Yan pushed new tag 1.32.1-22 at Arch Linux / Packaging / Packages / 
hledger-ui

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




[Git][archlinux/packaging/packages/haskell-linear-base][main] upgpkg: 0.3.0-57: rebuild with utility-ht 0.0.17.1

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


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


Commits:
6fe7e2d5 by Felix Yan at 2024-02-10T00:46:35+02:00
upgpkg: 0.3.0-57: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-linear-base
pkgdesc = Standard library for linear types
pkgver = 0.3.0
-   pkgrel = 56
+   pkgrel = 57
url = https://github.com/tweag/linear-base
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=linear-base
 pkgname=haskell-linear-base
 pkgver=0.3.0
-pkgrel=56
+pkgrel=57
 pkgdesc="Standard library for linear types"
 url="https://github.com/tweag/linear-base";
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-linear-base/-/commit/6fe7e2d54898144dfb120d9ba1e5599b66264683

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




[Git][archlinux/packaging/packages/haskell-linear-base] Pushed new tag 0.3.0-57

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


Felix Yan pushed new tag 0.3.0-57 at Arch Linux / Packaging / Packages / 
haskell-linear-base

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




[Git][archlinux/packaging/packages/haskell-one-liner][main] upgpkg: 2.1-106: rebuild with utility-ht 0.0.17.1

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


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


Commits:
9e895859 by Felix Yan at 2024-02-10T00:47:21+02:00
upgpkg: 2.1-106: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-one-liner
pkgdesc = Constraint-based generics
pkgver = 2.1
-   pkgrel = 105
+   pkgrel = 106
url = https://github.com/sjoerdvisscher/one-liner
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=one-liner
 pkgname=haskell-one-liner
 pkgver=2.1
-pkgrel=105
+pkgrel=106
 pkgdesc="Constraint-based generics"
 url="https://github.com/sjoerdvisscher/one-liner";
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-one-liner/-/commit/9e895859ecc8c24f7b6eecdc635b52a6e391f055

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




[Git][archlinux/packaging/packages/haskell-one-liner] Pushed new tag 2.1-106

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


Felix Yan pushed new tag 2.1-106 at Arch Linux / Packaging / Packages / 
haskell-one-liner

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-one-liner/-/tree/2.1-106
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-generic-data][main] upgpkg: 1.0.0.1-64: rebuild with utility-ht 0.0.17.1

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


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


Commits:
7bf37885 by Felix Yan at 2024-02-10T00:48:12+02:00
upgpkg: 1.0.0.1-64: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-generic-data
pkgdesc = Deriving instances with GHC.Generics and related utilities
pkgver = 1.0.0.1
-   pkgrel = 63
+   pkgrel = 64
url = https://github.com/Lysxia/generic-data
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=generic-data
 pkgname=haskell-generic-data
 pkgver=1.0.0.1
-pkgrel=63
+pkgrel=64
 pkgdesc="Deriving instances with GHC.Generics and related utilities"
 url="https://github.com/Lysxia/generic-data";
 license=('MIT')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-generic-data/-/commit/7bf378857c8596b3a45337064c031b1764e3e23b

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




[Git][archlinux/packaging/packages/haskell-generic-data] Pushed new tag 1.0.0.1-64

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


Felix Yan pushed new tag 1.0.0.1-64 at Arch Linux / Packaging / Packages / 
haskell-generic-data

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-generic-data/-/tree/1.0.0.1-64
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-safecopy] Pushed new tag 0.10.4.2-257

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


Felix Yan pushed new tag 0.10.4.2-257 at Arch Linux / Packaging / Packages / 
haskell-safecopy

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




[Git][archlinux/packaging/packages/haskell-summoner][main] upgpkg: 2.0.1.1-475: rebuild with utility-ht 0.0.17.1

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


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


Commits:
4f117005 by Felix Yan at 2024-02-10T00:49:20+02:00
upgpkg: 2.0.1.1-475: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-summoner
pkgdesc = Tool for scaffolding fully configured batteries-included 
production-level Haskell projects.
pkgver = 2.0.1.1
-   pkgrel = 474
+   pkgrel = 475
url = https://github.com/kowainik/summoner
arch = x86_64
license = MPL2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=summoner
 pkgname=haskell-summoner
 pkgver=2.0.1.1
-pkgrel=474
+pkgrel=475
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
 url="https://github.com/kowainik/summoner";
 license=('MPL2')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-summoner/-/commit/4f1170057223110fcc4396f75afeee9a087de441

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




[Git][archlinux/packaging/packages/haskell-safecopy][main] upgpkg: 0.10.4.2-257: rebuild with utility-ht 0.0.17.1

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


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


Commits:
fcf41d1f by Felix Yan at 2024-02-10T00:49:19+02:00
upgpkg: 0.10.4.2-257: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-safecopy
pkgdesc = Binary serialization with version control.
pkgver = 0.10.4.2
-   pkgrel = 256
+   pkgrel = 257
url = https://github.com/acid-state/safecopy
arch = x86_64
license = custom:PublicDomain


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=safecopy
 pkgname=haskell-safecopy
 pkgver=0.10.4.2
-pkgrel=256
+pkgrel=257
 pkgdesc="Binary serialization with version control."
 url="https://github.com/acid-state/safecopy";
 license=('custom:PublicDomain')



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

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




[Git][archlinux/packaging/packages/haskell-summoner] Pushed new tag 2.0.1.1-475

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


Felix Yan pushed new tag 2.0.1.1-475 at Arch Linux / Packaging / Packages / 
haskell-summoner

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




[Git][archlinux/packaging/packages/gnome-sudoku] Pushed new tag 45.5-1

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


Jan Alexander Steffens (heftig) pushed new tag 45.5-1 at Arch Linux / Packaging 
/ Packages / gnome-sudoku

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




[Git][archlinux/packaging/packages/gnome-sudoku][main] 45.5-1

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


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


Commits:
712ad7bb by Jan Alexander Steffens (heftig) at 2024-02-09T23:49:23+01:00
45.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = gnome-sudoku
pkgdesc = Test your logic skills in this number grid puzzle
-   pkgver = 45.4
+   pkgver = 45.5
pkgrel = 1
url = https://wiki.gnome.org/Apps/Sudoku
arch = x86_64
groups = gnome-extra
-   license = GPL
+   license = GPL-3.0-or-later
makedepends = git
makedepends = meson
makedepends = vala
@@ -15,7 +15,7 @@ pkgbase = gnome-sudoku
depends = libadwaita
depends = libgee
depends = qqwing
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=5cf426ba3e6d818f629771e0d72682caaac932b5
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=76f4c95139d0fa8d92ecb4a8cd27416eb7140355
b2sums = SKIP
 
 pkgname = gnome-sudoku


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-sudoku
-pkgver=45.4
+pkgver=45.5
 pkgrel=1
 pkgdesc="Test your logic skills in this number grid puzzle"
 url="https://wiki.gnome.org/Apps/Sudoku";
 arch=(x86_64)
-license=(GPL)
+license=(GPL-3.0-or-later)
 depends=(
   gtk4
   json-glib
@@ -22,7 +22,7 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome-extra)
-_commit=5cf426ba3e6d818f629771e0d72682caaac932b5  # tags/45.4^0
+_commit=76f4c95139d0fa8d92ecb4a8cd27416eb7140355  # tags/45.5^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=$_commit";)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-sudoku/-/commit/712ad7bb280bd5b5afe4c7dd256284303b2ecd66

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




[Git][archlinux/packaging/packages/libproxy] Pushed new tag 0.5.4-1

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


Jan Alexander Steffens (heftig) pushed new tag 0.5.4-1 at Arch Linux / 
Packaging / Packages / libproxy

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




[Git][archlinux/packaging/packages/lib32-libproxy] Pushed new tag 0.5.4-1

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


Jan Alexander Steffens (heftig) pushed new tag 0.5.4-1 at Arch Linux / 
Packaging / Packages / lib32-libproxy

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




[Git][archlinux/packaging/packages/lib32-libproxy][main] 0.5.4-1

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


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


Commits:
ec7092be by Jan Alexander Steffens (heftig) at 2024-02-09T23:49:09+01:00
0.5.4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = lib32-libproxy
+   pkgdesc = Automatic proxy configuration management library (32-bit)
+   pkgver = 0.5.4
+   pkgrel = 1
+   url = https://libproxy.github.io/libproxy/
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = git
+   makedepends = gsettings-desktop-schemas
+   makedepends = meson
+   depends = lib32-curl
+   depends = lib32-duktape
+   depends = lib32-glib2
+   depends = libproxy
+   source = 
git+https://github.com/libproxy/libproxy#commit=dff9a603d823dcc740ec966cd27960daa6b891b1
+   b2sums = SKIP
+
+pkgname = lib32-libproxy
+   provides = libproxy.so
+   conflicts = 


=
PKGBUILD
=
@@ -7,12 +7,12 @@ pkgbase=lib32-libproxy
 pkgname=(
   lib32-libproxy
 )
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="Automatic proxy configuration management library (32-bit)"
 url="https://libproxy.github.io/libproxy/";
 arch=(x86_64)
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 depends=(
   lib32-curl
   lib32-duktape
@@ -24,7 +24,7 @@ makedepends=(
   gsettings-desktop-schemas
   meson
 )
-_commit=29d51a611f28af0bdbd51a5779cc8df264c8dcff  # tags/0.5.3
+_commit=dff9a603d823dcc740ec966cd27960daa6b891b1  # tags/0.5.4
 source=(
   "git+https://github.com/libproxy/libproxy#commit=$_commit";
 )
@@ -41,16 +41,12 @@ prepare() {
 
 build() {
   local meson_options=(
---libdir=/usr/lib32
+--cross-file lib32
 -D docs=false
 -D introspection=false
 -D vapi=false
   )
 
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
   arch-meson libproxy build "${meson_options[@]}"
   meson compile -C build
 }



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

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




[Git][archlinux/packaging/packages/libproxy][main] 0.5.4-1

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


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


Commits:
67cf1df6 by Jan Alexander Steffens (heftig) at 2024-02-09T23:49:07+01:00
0.5.4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = libproxy
+   pkgdesc = Automatic proxy configuration management library
+   pkgver = 0.5.4
+   pkgrel = 1
+   url = https://libproxy.github.io/libproxy/
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = gi-docgen
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = gsettings-desktop-schemas
+   makedepends = meson
+   makedepends = vala
+   depends = curl
+   depends = duktape
+   depends = glib2
+   source = 
git+https://github.com/libproxy/libproxy#commit=dff9a603d823dcc740ec966cd27960daa6b891b1
+   b2sums = SKIP
+
+pkgname = libproxy
+   provides = libproxy.so
+   conflicts = libproxy-webkit<0.5.0-1
+
+pkgname = libproxy-docs
+   pkgdesc = Automatic proxy configuration management library 
(documentation)
+   depends = 


=
PKGBUILD
=
@@ -6,12 +6,12 @@ pkgname=(
   libproxy
   libproxy-docs
 )
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
 pkgdesc="Automatic proxy configuration management library"
 url="https://libproxy.github.io/libproxy/";
 arch=(x86_64)
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 depends=(
   curl
   duktape
@@ -25,7 +25,7 @@ makedepends=(
   meson
   vala
 )
-_commit=29d51a611f28af0bdbd51a5779cc8df264c8dcff  # tags/0.5.3
+_commit=dff9a603d823dcc740ec966cd27960daa6b891b1  # tags/0.5.4
 source=(
   "git+https://github.com/libproxy/libproxy#commit=$_commit";
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libproxy/-/commit/67cf1df69d245d6ea267a90c3bea045e400110e7

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




[Git][archlinux/packaging/packages/haskell-ixset-typed][main] upgpkg: 0.5.1.0-138: rebuild with utility-ht 0.0.17.1

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


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


Commits:
e8d30b16 by Felix Yan at 2024-02-10T00:50:10+02:00
upgpkg: 0.5.1.0-138: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-ixset-typed
pkgdesc = Efficient relational queries on Haskell sets
pkgver = 0.5.1.0
-   pkgrel = 137
+   pkgrel = 138
url = https://hackage.haskell.org/package/ixset-typed
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=ixset-typed
 pkgname=haskell-ixset-typed
 pkgver=0.5.1.0
-pkgrel=137
+pkgrel=138
 pkgdesc="Efficient relational queries on Haskell sets"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ixset-typed/-/commit/e8d30b16dfc64b412ffd689948b1e4a541a15814

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




[Git][archlinux/packaging/packages/haskell-summoner-tui][main] upgpkg: 2.0.1.1-534: rebuild with utility-ht 0.0.17.1

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


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


Commits:
a38938ae by Felix Yan at 2024-02-10T00:50:10+02:00
upgpkg: 2.0.1.1-534: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-summoner-tui
pkgdesc = Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI.
pkgver = 2.0.1.1
-   pkgrel = 533
+   pkgrel = 534
url = https://github.com/kowainik/summoner
arch = x86_64
license = MPL2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=summoner-tui
 pkgname=haskell-summoner-tui
 pkgver=2.0.1.1
-pkgrel=533
+pkgrel=534
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
 url="https://github.com/kowainik/summoner";
 license=('MPL2')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-summoner-tui/-/commit/a38938ae83bc3c4126d7c5a4e3359073f3de2d99

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




[Git][archlinux/packaging/packages/haskell-ixset-typed] Pushed new tag 0.5.1.0-138

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


Felix Yan pushed new tag 0.5.1.0-138 at Arch Linux / Packaging / Packages / 
haskell-ixset-typed

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ixset-typed/-/tree/0.5.1.0-138
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-summoner-tui] Pushed new tag 2.0.1.1-534

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


Felix Yan pushed new tag 2.0.1.1-534 at Arch Linux / Packaging / Packages / 
haskell-summoner-tui

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-summoner-tui/-/tree/2.0.1.1-534
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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

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




[Git][archlinux/packaging/packages/haskell-hopenpgp][main] upgpkg: 2.9.8-168: rebuild with utility-ht 0.0.17.1

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


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


Commits:
18cebc77 by Felix Yan at 2024-02-10T00:54:08+02:00
upgpkg: 2.9.8-168: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




[Git][archlinux/packaging/packages/minio] Pushed new tag 2024.02.09-1

2024-02-09 Thread hashworks (@hashworks)


hashworks pushed new tag 2024.02.09-1 at Arch Linux / Packaging / Packages / 
minio

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




[Git][archlinux/packaging/packages/minio][main] upgpkg: 2024.02.09-1

2024-02-09 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / minio


Commits:
2ee0c41b by Justin Kromlinger at 2024-02-09T23:54:56+01:00
upgpkg: 2024.02.09-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = minio
pkgdesc = Object storage server compatible with Amazon S3
-   pkgver = 2024.02.06
+   pkgver = 2024.02.09
pkgrel = 1
url = https://minio.io
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = minio
makedepends = git
depends = glibc
backup = etc/minio/minio.conf
-   source = 
git+https://github.com/minio/minio.git#tag=RELEASE.2024-02-06T21-36-22Z
+   source = 
git+https://github.com/minio/minio.git#tag=RELEASE.2024-02-09T21-25-16Z
source = minio.conf
source = minio.service
source = minio.sysusers


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Daniel Maslowski 
 
 pkgname=minio
-pkgver=2024.02.06
-_timever=T21-36-22Z
+pkgver=2024.02.09
+_timever=T21-25-16Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Object storage server compatible with Amazon S3'



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

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




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

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


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

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




[Git][archlinux/packaging/packages/hopenpgp-tools][main] upgpkg: 0.23.7-196: rebuild with utility-ht 0.0.17.1

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


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


Commits:
fb0d2092 by Felix Yan at 2024-02-10T00:55:26+02:00
upgpkg: 0.23.7-196: rebuild with utility-ht 0.0.17.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




[Git][archlinux/packaging/packages/haskell-trifecta] Pushed new tag 2.1.4-1

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


Felix Yan pushed new tag 2.1.4-1 at Arch Linux / Packaging / Packages / 
haskell-trifecta

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




[Git][archlinux/packaging/packages/haskell-trifecta][main] upgpkg: 2.1.4-1: rebuild with trifecta 2.1.4

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


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


Commits:
47a7d461 by Felix Yan at 2024-02-10T01:01:01+02:00
upgpkg: 2.1.4-1: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-trifecta
pkgdesc = A modern parser combinator library with convenient diagnostics
-   pkgver = 2.1.3
-   pkgrel = 33
+   pkgver = 2.1.4
+   pkgrel = 1
url = https://github.com/ekmett/trifecta
arch = x86_64
license = BSD
@@ -25,7 +25,7 @@ pkgbase = haskell-trifecta
depends = haskell-reducers
depends = haskell-unordered-containers
depends = haskell-utf8-string
-   source = 
https://hackage.haskell.org/packages/archive/trifecta/2.1.3/trifecta-2.1.3.tar.gz
-   sha512sums = 
3794d521e3fc384b3e1cf1d2082270722271c1b6e8ed4802e834170c3e5df8236faf7b5eaf211c0b1215860b98fb0407563aeb77e5f052ad74f521f43a767e44
+   source = 
https://hackage.haskell.org/packages/archive/trifecta/2.1.4/trifecta-2.1.4.tar.gz
+   sha512sums = 
9b6f87434fe68ed4b03d12906846328c6e6c08af85e94314ba6e66cc482a9727b6dca967977b4d9cfeb15dc1ddea7a767a2466c1f5f24f5bd1091a0cbdb83e9f
 
 pkgname = haskell-trifecta


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _hkgname=trifecta
 pkgname=haskell-trifecta
-pkgver=2.1.3
-pkgrel=33
+pkgver=2.1.4
+pkgrel=1
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta";
 license=("BSD")
@@ -16,7 +16,7 @@ depends=('ghc-libs' "haskell-ansi-terminal" 
"haskell-blaze-builder" "haskell-bla
  "haskell-reducers" "haskell-unordered-containers" 
"haskell-utf8-string")
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('3794d521e3fc384b3e1cf1d2082270722271c1b6e8ed4802e834170c3e5df8236faf7b5eaf211c0b1215860b98fb0407563aeb77e5f052ad74f521f43a767e44')
+sha512sums=('9b6f87434fe68ed4b03d12906846328c6e6c08af85e94314ba6e66cc482a9727b6dca967977b4d9cfeb15dc1ddea7a767a2466c1f5f24f5bd1091a0cbdb83e9f')
 
 build() {
 cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-trifecta/-/commit/47a7d4615b29ab6b50fdc9c13e876bf15de6a965

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




[Git][archlinux/packaging/packages/haskell-tree-diff] Pushed new tag 0.3.0.1-51

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


Felix Yan pushed new tag 0.3.0.1-51 at Arch Linux / Packaging / Packages / 
haskell-tree-diff

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




[Git][archlinux/packaging/packages/haskell-tree-diff][main] upgpkg: 0.3.0.1-51: rebuild with trifecta 2.1.4

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


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


Commits:
364d5822 by Felix Yan at 2024-02-10T01:02:05+02:00
upgpkg: 0.3.0.1-51: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-tree-diff
pkgdesc = Diffing of (expression) trees
pkgver = 0.3.0.1
-   pkgrel = 50
+   pkgrel = 51
url = https://github.com/phadej/tree-diff
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.3.0.1
-pkgrel=50
+pkgrel=51
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff";
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tree-diff/-/commit/364d5822ae522704ad971ee39b7654e46501b2ad

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




[Git][archlinux/packaging/packages/haskell-clash-lib] Pushed new tag 1.8.0-2

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


Felix Yan pushed new tag 1.8.0-2 at Arch Linux / Packaging / Packages / 
haskell-clash-lib

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




[Git][archlinux/packaging/packages/haskell-clash-lib][main] upgpkg: 1.8.0-2: rebuild with trifecta 2.1.4

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


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


Commits:
26cd7bad by Felix Yan at 2024-02-10T01:05:45+02:00
upgpkg: 1.8.0-2: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-clash-lib
pkgdesc = Clash: a functional hardware description language - As a 
library
pkgver = 1.8.0
-   pkgrel = 1
+   pkgrel = 2
url = https://clash-lang.org/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-lib/-/commit/26cd7badc19c925acad03a3b7acfe70ab1db7656

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




[Git][archlinux/packaging/packages/haskell-summoner] Pushed new tag 2.0.1.1-476

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


Felix Yan pushed new tag 2.0.1.1-476 at Arch Linux / Packaging / Packages / 
haskell-summoner

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




[Git][archlinux/packaging/packages/haskell-summoner][main] upgpkg: 2.0.1.1-476: rebuild with trifecta 2.1.4

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


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


Commits:
43bcd06b by Felix Yan at 2024-02-10T01:07:05+02:00
upgpkg: 2.0.1.1-476: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-summoner
pkgdesc = Tool for scaffolding fully configured batteries-included 
production-level Haskell projects.
pkgver = 2.0.1.1
-   pkgrel = 475
+   pkgrel = 476
url = https://github.com/kowainik/summoner
arch = x86_64
license = MPL2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=summoner
 pkgname=haskell-summoner
 pkgver=2.0.1.1
-pkgrel=475
+pkgrel=476
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
 url="https://github.com/kowainik/summoner";
 license=('MPL2')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-summoner/-/commit/43bcd06bb84ec01957347a167b799e76a600e183

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




[Git][archlinux/packaging/packages/haskell-haddock-library][main] upgpkg: 1.11.0-5: rebuild with trifecta 2.1.4

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


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


Commits:
a630965f by Felix Yan at 2024-02-10T01:07:20+02:00
upgpkg: 1.11.0-5: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-haddock-library
pkgdesc = A documentation-generation tool for Haskell libraries
pkgver = 1.11.0
-   pkgrel = 4
+   pkgrel = 5
url = https://www.haskell.org/haddock/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=haddock-library
 pkgname=haskell-haddock-library
 pkgver=1.11.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="https://www.haskell.org/haddock/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-haddock-library/-/commit/a630965f743c7e1eacc797f522abda3bdb573029

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




[Git][archlinux/packaging/packages/haskell-haddock-library] Pushed new tag 1.11.0-5

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


Felix Yan pushed new tag 1.11.0-5 at Arch Linux / Packaging / Packages / 
haskell-haddock-library

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-haddock-library/-/tree/1.11.0-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/clash-ghc] Pushed new tag 1.8.0-2

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


Felix Yan pushed new tag 1.8.0-2 at Arch Linux / Packaging / Packages / 
clash-ghc

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




[Git][archlinux/packaging/packages/clash-ghc][main] upgpkg: 1.8.0-2: rebuild with trifecta 2.1.4

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


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


Commits:
1d1f7081 by Felix Yan at 2024-02-10T01:08:12+02:00
upgpkg: 1.8.0-2: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




[Git][archlinux/packaging/packages/haskell-cabal-install-parsers][main] upgpkg: 0.4.2-264: rebuild with trifecta 2.1.4

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-cabal-install-parsers


Commits:
71259377 by Felix Yan at 2024-02-10T01:08:48+02:00
upgpkg: 0.4.2-264: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-cabal-install-parsers
pkgdesc = Utilities to work with cabal-install files
pkgver = 0.4.2
-   pkgrel = 263
+   pkgrel = 264
url = https://haskell-ci.rtfd.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=cabal-install-parsers
 pkgname=haskell-cabal-install-parsers
 pkgver=0.4.2
-pkgrel=263
+pkgrel=264
 pkgdesc="Utilities to work with cabal-install files"
 url="https://haskell-ci.rtfd.org/";
 license=("GPL" "BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-cabal-install-parsers/-/commit/71259377a6d7fdb65e59583b25047b70ea363ce5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-cabal-install-parsers/-/commit/71259377a6d7fdb65e59583b25047b70ea363ce5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-cabal-install-parsers] Pushed new tag 0.4.2-264

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


Felix Yan pushed new tag 0.4.2-264 at Arch Linux / Packaging / Packages / 
haskell-cabal-install-parsers

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-cabal-install-parsers/-/tree/0.4.2-264
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-summoner-tui] Pushed new tag 2.0.1.1-535

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


Felix Yan pushed new tag 2.0.1.1-535 at Arch Linux / Packaging / Packages / 
haskell-summoner-tui

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-summoner-tui/-/tree/2.0.1.1-535
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-summoner-tui][main] upgpkg: 2.0.1.1-535: rebuild with trifecta 2.1.4

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


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


Commits:
d9115370 by Felix Yan at 2024-02-10T01:09:43+02:00
upgpkg: 2.0.1.1-535: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-summoner-tui
pkgdesc = Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI.
pkgver = 2.0.1.1
-   pkgrel = 534
+   pkgrel = 535
url = https://github.com/kowainik/summoner
arch = x86_64
license = MPL2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=summoner-tui
 pkgname=haskell-summoner-tui
 pkgver=2.0.1.1
-pkgrel=534
+pkgrel=535
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
 url="https://github.com/kowainik/summoner";
 license=('MPL2')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-summoner-tui/-/commit/d91153706d3c50c78f838c25cd2e9e8fcbd6e1c0

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




[Git][archlinux/packaging/packages/cabal-plan][main] upgpkg: 0.7.2.0-299: rebuild with trifecta 2.1.4

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
cabal-plan


Commits:
b4918c1d by Felix Yan at 2024-02-10T01:10:03+02:00
upgpkg: 0.7.2.0-299: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cabal-plan
pkgdesc = Library and utility for processing cabal's plan.json file
pkgver = 0.7.2.0
-   pkgrel = 298
+   pkgrel = 299
url = https://github.com/hvr/cabal-plan
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=cabal-plan
 pkgname=cabal-plan
 pkgver=0.7.2.0
-pkgrel=298
+pkgrel=299
 pkgdesc="Library and utility for processing cabal's plan.json file"
 url="https://github.com/hvr/cabal-plan";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cabal-plan/-/commit/b4918c1d03cb0aa0d121e4e4e2086cf04c7638bd

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




[Git][archlinux/packaging/packages/cabal-plan] Pushed new tag 0.7.2.0-299

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


Felix Yan pushed new tag 0.7.2.0-299 at Arch Linux / Packaging / Packages / 
cabal-plan

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cabal-plan/-/tree/0.7.2.0-299
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-ci] Pushed new tag 0.12.1-477

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


Felix Yan pushed new tag 0.12.1-477 at Arch Linux / Packaging / Packages / 
haskell-ci

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




[Git][archlinux/packaging/packages/haskell-ci][main] upgpkg: 0.12.1-477: rebuild with trifecta 2.1.4

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


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


Commits:
bb23c569 by Felix Yan at 2024-02-10T01:14:29+02:00
upgpkg: 0.12.1-477: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-ci
pkgdesc = Cabal package script generator for Travis-CI
pkgver = 0.12.1
-   pkgrel = 476
+   pkgrel = 477
url = https://haskell-ci.rtfd.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.12.1
-pkgrel=476
+pkgrel=477
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/";
 license=("GPL")



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ci/-/commit/bb23c569f68df51dc725cd2cc275c9b498ddb4d5
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-54: rebuild with trifecta 2.1.4

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


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


Commits:
d27f3331 by Felix Yan at 2024-02-10T01:15:37+02:00
upgpkg: 1.9.1.0-54: rebuild with trifecta 2.1.4

- - - - -


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 = 53
+   pkgrel = 54
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=53
+pkgrel=54
 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/d27f333153c7fb5780101c8ae63d0c352c63556b

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

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


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




[Git][archlinux/packaging/packages/haskell-pandoc][main] upgpkg: 3.1.7-2: rebuild with trifecta 2.1.4

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


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


Commits:
efda91ad by Felix Yan at 2024-02-10T01:17:25+02:00
upgpkg: 3.1.7-2: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-pandoc
pkgdesc = Conversion between markup formats
pkgver = 3.1.7
-   pkgrel = 1
+   pkgrel = 2
url = https://pandoc.org
arch = x86_64
license = GPL


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



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

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




[Git][archlinux/packaging/packages/haskell-pandoc] Pushed new tag 3.1.7-2

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


Felix Yan pushed new tag 3.1.7-2 at Arch Linux / Packaging / Packages / 
haskell-pandoc

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




[Git][archlinux/packaging/packages/mpdecimal] Pushed new tag 4.0.0-1

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


Felix Yan pushed new tag 4.0.0-1 at Arch Linux / Packaging / Packages / 
mpdecimal

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




[Git][archlinux/packaging/packages/mpdecimal][main] upgpkg: 4.0.0-1

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


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


Commits:
b3403c32 by Felix Yan at 2024-02-10T01:18:05+02:00
upgpkg: 4.0.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,12 @@
+pkgbase = mpdecimal
+   pkgdesc = Package for correctly-rounded arbitrary precision decimal 
floating point arithmetic
+   pkgver = 4.0.0
+   pkgrel = 1
+   url = https://www.bytereef.org/mpdecimal/index.html
+   arch = x86_64
+   license = BSD
+   depends = gcc-libs
+   source = 
https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.0.tar.gz
+   sha512sums = 
7610ac53ac79f7a8a33fa7a3e61515810444ec73ebca859df7a9ddc18e96b990c99323172810c9cc7f6d6e1502c0be308cd443d6c2d5d0c871648e4842e05d59
+
+pkgname = mpdecimal


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mpdecimal
-pkgver=2.5.1
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Package for correctly-rounded arbitrary precision decimal floating 
point arithmetic"
 arch=('x86_64')
@@ -9,18 +9,18 @@ url="https://www.bytereef.org/mpdecimal/index.html";
 license=('BSD')
 depends=('gcc-libs')
 
source=("https://www.bytereef.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz";)
-sha512sums=('710cb5cb71dbcf3e170ca15869c148df0547b848400c6b6dd70c67d9961dbe1190af8fb4d1623bfb0ca2afe44f369a42e311ab5225ed89d4031cb49a3bd70f30')
+sha512sums=('7610ac53ac79f7a8a33fa7a3e61515810444ec73ebca859df7a9ddc18e96b990c99323172810c9cc7f6d6e1502c0be308cd443d6c2d5d0c871648e4842e05d59')
 
 build() {
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
-  make
+  MPD_LDXXFLAGS="LDFLAGS" make
 }
 
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 COPYRIGHT.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mpdecimal/-/commit/b3403c3299307de8bf449180c47a7b274ba8e74f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mpdecimal/-/commit/b3403c3299307de8bf449180c47a7b274ba8e74f
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-140

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


Felix Yan pushed new tag 1.0.3.0-140 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-140
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-140: rebuild with trifecta 2.1.4

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


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


Commits:
363d227c by Felix Yan at 2024-02-10T01:18:33+02:00
upgpkg: 1.0.3.0-140: rebuild with trifecta 2.1.4

- - - - -


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 = 139
+   pkgrel = 140
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=139
+pkgrel=140
 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/363d227c43658085dc6ef1cc45f5ee3d05c04f08

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




[Git][archlinux/packaging/packages/haskell-pandoc-server] Pushed new tag 0.1.0.4-7

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


Felix Yan pushed new tag 0.1.0.4-7 at Arch Linux / Packaging / Packages / 
haskell-pandoc-server

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




[Git][archlinux/packaging/packages/haskell-pandoc-server][main] upgpkg: 0.1.0.4-7: rebuild with trifecta 2.1.4

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


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


Commits:
103ab932 by Felix Yan at 2024-02-10T01:18:35+02:00
upgpkg: 0.1.0.4-7: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-pandoc-server
pkgdesc = Pandoc document conversion as an HTTP servant-server
pkgver = 0.1.0.4
-   pkgrel = 6
+   pkgrel = 7
url = https://pandoc.org
arch = x86_64
license = GPL


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



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

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




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

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


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

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




[Git][archlinux/packaging/packages/haskell-hakyll][main] upgpkg: 4.16.0.0-126: rebuild with trifecta 2.1.4

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


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


Commits:
a8b1c516 by Felix Yan at 2024-02-10T01:18:43+02:00
upgpkg: 4.16.0.0-126: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hakyll
pkgdesc = A static website compiler library
pkgver = 4.16.0.0
-   pkgrel = 125
+   pkgrel = 126
url = https://jaspervdj.be/hakyll
arch = x86_64
license = BSD


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



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/a8b1c5169dd2686de83e2e2b9e66274f4e576bb0
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-181

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


Felix Yan pushed new tag 1.8.0.0-181 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-181
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-181: rebuild with trifecta 2.1.4

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


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


Commits:
be101e18 by Felix Yan at 2024-02-10T01:18:46+02:00
upgpkg: 1.8.0.0-181: rebuild with trifecta 2.1.4

- - - - -


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 = 180
+   pkgrel = 181
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=180
+pkgrel=181
 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/be101e187d0baf704e88ef825011323164e1e97c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghcide-test-utils/-/commit/be101e187d0baf704e88ef825011323164e1e97c
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-140: rebuild with trifecta 2.1.4

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


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


Commits:
df814a47 by Felix Yan at 2024-02-10T01:18:47+02:00
upgpkg: 1.5.0.0-140: rebuild with trifecta 2.1.4

- - - - -


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 = 139
+   pkgrel = 140
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=139
+pkgrel=140
 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/df814a479677592115f638ca612a5382377df555

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-test-utils/-/commit/df814a479677592115f638ca612a5382377df555
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-140

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


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




[Git][archlinux/packaging/packages/pandoc-plot] Pushed new tag 1.8.0-43

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


Felix Yan pushed new tag 1.8.0-43 at Arch Linux / Packaging / Packages / 
pandoc-plot

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




[Git][archlinux/packaging/packages/pandoc-plot][main] upgpkg: 1.8.0-43: rebuild with trifecta 2.1.4

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


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


Commits:
e12d1122 by Felix Yan at 2024-02-10T01:18:52+02:00
upgpkg: 1.8.0-43: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-plot
pkgdesc = A Pandoc filter to include figures generated from code blocks 
using your plotting toolkit of choice.
pkgver = 1.8.0
-   pkgrel = 42
+   pkgrel = 43
url = https://github.com/LaurentRDC/pandoc-plot#readme
arch = x86_64
license = GPL


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



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

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




[Git][archlinux/packaging/packages/mpdecimal] Pushed new tag 4.0.0-2

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


Felix Yan pushed new tag 4.0.0-2 at Arch Linux / Packaging / Packages / 
mpdecimal

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




[Git][archlinux/packaging/packages/mpdecimal][main] upgpkg: 4.0.0-2: fix dep and ldflags hack

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


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


Commits:
88a2ea94 by Felix Yan at 2024-02-10T01:21:17+02:00
upgpkg: 4.0.0-2: fix dep and ldflags hack

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = mpdecimal
pkgdesc = Package for correctly-rounded arbitrary precision decimal 
floating point arithmetic
pkgver = 4.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.bytereef.org/mpdecimal/index.html
arch = x86_64
license = BSD
+   depends = glibc
depends = gcc-libs
source = 
https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.0.tar.gz
sha512sums = 
7610ac53ac79f7a8a33fa7a3e61515810444ec73ebca859df7a9ddc18e96b990c99323172810c9cc7f6d6e1502c0be308cd443d6c2d5d0c871648e4842e05d59


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 
 pkgname=mpdecimal
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Package for correctly-rounded arbitrary precision decimal floating 
point arithmetic"
 arch=('x86_64')
 url="https://www.bytereef.org/mpdecimal/index.html";
 license=('BSD')
-depends=('gcc-libs')
+depends=('glibc' 'gcc-libs')
 
source=("https://www.bytereef.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('7610ac53ac79f7a8a33fa7a3e61515810444ec73ebca859df7a9ddc18e96b990c99323172810c9cc7f6d6e1502c0be308cd443d6c2d5d0c871648e4842e05d59')
 
@@ -15,7 +15,7 @@ build() {
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
-  MPD_LDXXFLAGS="LDFLAGS" make
+  LDXXFLAGS="$LDFLAGS" make
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mpdecimal/-/commit/88a2ea9418cf6c639fb9881a07cdf8bcb148cfc9

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




[Git][archlinux/packaging/packages/haskell-pandoc-lua-engine][main] upgpkg: 0.2.1-41: rebuild with trifecta 2.1.4

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


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


Commits:
9b5e6581 by Felix Yan at 2024-02-10T01:21:28+02:00
upgpkg: 0.2.1-41: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-pandoc-lua-engine
pkgdesc = Lua engine to power custom pandoc conversions
pkgver = 0.2.1
-   pkgrel = 40
+   pkgrel = 41
url = https://pandoc.org
arch = x86_64
license = GPL


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



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

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




[Git][archlinux/packaging/packages/haskell-pandoc-lua-engine] Pushed new tag 0.2.1-41

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


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-engine/-/tree/0.2.1-41
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-141: rebuild with trifecta 2.1.4

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


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


Commits:
9ff2ca2c by Felix Yan at 2024-02-10T01:22:26+02:00
upgpkg: 1.0.1.2-141: rebuild with trifecta 2.1.4

- - - - -


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

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

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


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




[Git][archlinux/packaging/packages/pandoc-cli] Pushed new tag 0.1.1.1-62

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


Felix Yan pushed new tag 0.1.1.1-62 at Arch Linux / Packaging / Packages / 
pandoc-cli

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




[Git][archlinux/packaging/packages/pandoc-cli][main] upgpkg: 0.1.1.1-62: rebuild with trifecta 2.1.4

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


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


Commits:
62189735 by Felix Yan at 2024-02-10T01:22:33+02:00
upgpkg: 0.1.1.1-62: rebuild with trifecta 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-cli
pkgdesc = Conversion between documentation formats
pkgver = 0.1.1.1
-   pkgrel = 61
+   pkgrel = 62
url = https://pandoc.org
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-cli
 pkgver=0.1.1.1
-pkgrel=61
+pkgrel=62
 pkgdesc="Conversion between documentation formats"
 url="https://pandoc.org";
 license=("GPL-2.0-or-later")



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/commit/621897350f52dbe56878271b14714f17cf1a1ac5
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-148

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


Felix Yan pushed new tag 1.1.0.0-148 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-148
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-148: rebuild with trifecta 2.1.4

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


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


Commits:
375c4ca0 by Felix Yan at 2024-02-10T01:22:35+02:00
upgpkg: 1.1.0.0-148: rebuild with trifecta 2.1.4

- - - - -


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 = 147
+   pkgrel = 148
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=147
+pkgrel=148
 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/375c4ca0a3aa334e1223097d4c523a4384c8b32d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-brittany-plugin/-/commit/375c4ca0a3aa334e1223097d4c523a4384c8b32d
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-140: rebuild with trifecta 2.1.4

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


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


Commits:
cc64f1aa by Felix Yan at 2024-02-10T01:22:59+02:00
upgpkg: 1.1.0.0-140: rebuild with trifecta 2.1.4

- - - - -


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 = 139
+   pkgrel = 140
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=139
+pkgrel=140
 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/cc64f1aaf4def73d313b249ac75192c9bcc95858

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-code-range-plugin/-/commit/cc64f1aaf4def73d313b249ac75192c9bcc95858
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-140

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


Felix Yan pushed new tag 1.1.0.0-140 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-140
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-148

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


Felix Yan pushed new tag 1.1.1.0-148 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-148
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-148: rebuild with trifecta 2.1.4

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


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


Commits:
ea96e22b by Felix Yan at 2024-02-10T01:22:59+02:00
upgpkg: 1.1.1.0-148: rebuild with trifecta 2.1.4

- - - - -


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 = 147
+   pkgrel = 148
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=147
+pkgrel=148
 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/ea96e22bec763520cadce40c4fe417c4d6ce40d8

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




<    1   2   3   4   5   6   7   >