[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.24.1-1

2024-08-22 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.24.1-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.24.1-1 - new upstream release

2024-08-22 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
a2f91cde by Jaroslav Lichtblau at 2024-08-22T12:01:35+02:00
upgpkg: 4.24.1-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = datovka
pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
-   pkgver = 4.24.0
+   pkgver = 4.24.1
pkgrel = 1
url = https://www.datovka.cz/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = datovka
depends = libdatovka
depends = openssl
depends = hicolor-icon-theme
-   source = 
https://secure.nic.cz/files/datove_schranky/4.24.0/datovka-4.24.0.tar.xz
-   sha256sums = 
cab80427e80daa4b26c4cf05028bcc2d19cb6f0cc73ddc33e402dba6fc4256ce
+   source = https://datovka.nic.cz/4.24.1/datovka-4.24.1.tar.xz
+   sha256sums = 
12249dcc4dc7a052f16c8c32cad428f913a71bf39ffc60dfd4ab37f0b32d1f77
 
 pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.24.0
+pkgver=4.24.1
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ license=('custom')
 depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
-source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('cab80427e80daa4b26c4cf05028bcc2d19cb6f0cc73ddc33e402dba6fc4256ce')
+source=(https://datovka.nic.cz/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('12249dcc4dc7a052f16c8c32cad428f913a71bf39ffc60dfd4ab37f0b32d1f77')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/datovka/-/commit/a2f91cde9ab426be687f5bb0047ae22824b33476

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




[Git][archlinux/packaging/packages/pianobar][main] Include sample config file in installation.

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
pianobar


Commits:
c96b0198 by Zosoled at 2024-06-26T19:54:45+00:00
Include sample config file in installation.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -30,5 +30,6 @@ build() {
 package() {
   make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" PREFIX=/usr install
   install -Dm644 $pkgname-"${pkgver}"/COPYING 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $pkgname-"${pkgver}"/contrib/config-example 
"${pkgdir}"/usr/share/$pkgname/config-example
   install -Dm755 $pkgname-"${pkgver}"/contrib/headless_pianobar 
"${pkgdir}"/usr/bin/pianoctl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pianobar/-/commit/c96b0198ddc2340cb1116db3cb5220997eb69785

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




[Git][archlinux/packaging/packages/python-html2text] Pushed new tag 2024.2.26-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 2024.2.26-1 at Arch Linux / Packaging / 
Packages / python-html2text

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




[Git][archlinux/packaging/packages/python-html2text][main] upgpkg: 2024.2.26-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
python-html2text


Commits:
bce53693 by Jaroslav Lichtblau at 2024-06-26T20:50:45+02:00
upgpkg: 2024.2.26-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-html2text
pkgdesc = A HTML to markdown-structured text converter
-   pkgver = 2024.2.25
+   pkgver = 2024.2.26
pkgrel = 1
url = https://pypi.python.org/pypi/html2text/
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-html2text
depends = python
provides = html2text
replaces = html2text
-   source = 
python-html2text-2024.2.25.tar.gz::https://github.com/Alir3z4/html2text/archive/refs/tags/2024.2.25.tar.gz
-   sha256sums = 
5c3660ba1edbb9e4616a6935945110a1b1368f56b81741f12178542caa59aa96
+   source = 
python-html2text-2024.2.26.tar.gz::https://github.com/Alir3z4/html2text/archive/refs/tags/2024.2.26.tar.gz
+   sha256sums = 
3632dbbb3dafbf28bee3709df67ccc48d2dc9510c75903c38f860a36e397c386
 
 pkgname = python-html2text


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Felix Yan 
 
 pkgname=python-html2text
-pkgver=2024.2.25
+pkgver=2024.2.26
 pkgrel=1
 pkgdesc="A HTML to markdown-structured text converter"
 arch=('any')
@@ -15,8 +15,8 @@ makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 provides=('html2text')
 replaces=('html2text')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/refs/tags/2024.2.25.tar.gz)
-sha256sums=('5c3660ba1edbb9e4616a6935945110a1b1368f56b81741f12178542caa59aa96')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/refs/tags/$pkgver.tar.gz)
+sha256sums=('3632dbbb3dafbf28bee3709df67ccc48d2dc9510c75903c38f860a36e397c386')
 
 build() {
   cd "${srcdir}"/html2text-$pkgver



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

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




[Git][archlinux/packaging/packages/python-html2text][main] upgpkg: 2024.2.25-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
python-html2text


Commits:
b6521804 by Jaroslav Lichtblau at 2024-06-26T20:45:38+02:00
upgpkg: 2024.2.25-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = python-html2text
pkgdesc = A HTML to markdown-structured text converter
-   pkgver = 2020.1.16
-   pkgrel = 10
+   pkgver = 2024.2.25
+   pkgrel = 1
url = https://pypi.python.org/pypi/html2text/
arch = any
-   license = GPL3
+   license = GPL-3.0-only
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
provides = html2text
replaces = html2text
-   source = 
python-html2text-2020.1.16.tar.gz::https://github.com/Alir3z4/html2text/archive/2020.1.16.tar.gz
-   sha256sums = 
209a2c4d7897e83a6999160ef51ae71bdb8c3eede99e103f12edb25199d4d11e
+   source = 
python-html2text-2024.2.25.tar.gz::https://github.com/Alir3z4/html2text/archive/refs/tags/2024.2.25.tar.gz
+   sha256sums = 
5c3660ba1edbb9e4616a6935945110a1b1368f56b81741f12178542caa59aa96
 
 pkgname = python-html2text


=
PKGBUILD
=
@@ -4,19 +4,19 @@
 # Contributor: Felix Yan 
 
 pkgname=python-html2text
-pkgver=2020.1.16
-pkgrel=10
+pkgver=2024.2.25
+pkgrel=1
 pkgdesc="A HTML to markdown-structured text converter"
 arch=('any')
 url="https://pypi.python.org/pypi/html2text/";
-license=('GPL3')
+license=('GPL-3.0-only')
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 provides=('html2text')
 replaces=('html2text')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
-sha256sums=('209a2c4d7897e83a6999160ef51ae71bdb8c3eede99e103f12edb25199d4d11e')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/refs/tags/2024.2.25.tar.gz)
+sha256sums=('5c3660ba1edbb9e4616a6935945110a1b1368f56b81741f12178542caa59aa96')
 
 build() {
   cd "${srcdir}"/html2text-$pkgver



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

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




[Git][archlinux/packaging/packages/python-html2text] Pushed new tag 2024.2.25-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 2024.2.25-1 at Arch Linux / Packaging / 
Packages / python-html2text

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




[Git][archlinux/packaging/packages/po4a][main] upgpkg: 0.73-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
po4a


Commits:
ad25debf by Jaroslav Lichtblau at 2024-06-26T20:28:25+02:00
upgpkg: 0.73-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = po4a
pkgdesc = Tools for helping translation of documentation
-   pkgver = 0.72
+   pkgver = 0.73
pkgrel = 1
url = https://po4a.org/
arch = any
@@ -17,7 +17,7 @@ pkgbase = po4a
depends = perl-yaml-tiny
depends = perl-unicode-linebreak
options = !emptydirs
-   source = 
po4a-0.72.tar.gz::https://github.com/mquinson/po4a/archive/v0.72.tar.gz
-   sha256sums = 
17fbd720099e067a5877037420dce11f10a4efcd1a174eae5d17cf615ac1d21c
+   source = 
po4a-0.73.tar.gz::https://github.com/mquinson/po4a/archive/v0.73.tar.gz
+   sha256sums = 
ad5edc38bf004807843622fddbf67bd5ac604fc16e14c2bfefa7b07718ad21f3
 
 pkgname = po4a


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Mikko Seppälä  aka Neverth
 
 pkgname=po4a
-pkgver=0.72
+pkgver=0.73
 pkgrel=1
 pkgdesc="Tools for helping translation of documentation"
 arch=('any')
@@ -17,7 +17,7 @@ makedepends=('perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey'
  'perl-sgmls' 'perl-module-build' 'perl-pod-parser' 'docbook-xsl')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('17fbd720099e067a5877037420dce11f10a4efcd1a174eae5d17cf615ac1d21c')
+sha256sums=('ad5edc38bf004807843622fddbf67bd5ac604fc16e14c2bfefa7b07718ad21f3')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/po4a/-/commit/ad25debfb4f3574739e4c87960a83dda76d190d2

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




[Git][archlinux/packaging/packages/po4a] Pushed new tag 0.73-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.73-1 at Arch Linux / Packaging / Packages / 
po4a

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




[Git][archlinux/packaging/packages/monit] Pushed new tag 5.34.0-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 5.34.0-1 at Arch Linux / Packaging / Packages 
/ monit

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




[Git][archlinux/packaging/packages/monit][main] upgpkg: 5.34.0-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
monit


Commits:
2ce1171a by Jaroslav Lichtblau at 2024-06-26T20:21:33+02:00
upgpkg: 5.34.0-1 - new upstream release

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- monit.changelog


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = monit
+   pkgdesc = Utility for managing and monitoring, processes, files, 
directories and devices on a *NIX system
+   pkgver = 5.34.0
+   pkgrel = 1
+   url = https://mmonit.com/monit/
+   changelog = monit.changelog
+   arch = x86_64
+   license = GPL3
+   depends = openssl
+   backup = etc/monitrc
+   source = https://mmonit.com/monit/dist/monit-5.34.0.tar.gz
+   sha256sums = 
37f514cd8973bbce104cb8517ff3fc504052a083703eee0d0e873db26b919820
+
+pkgname = monit


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Marco Bartholomew 
 
 pkgname=monit
-pkgver=5.33.0
+pkgver=5.34.0
 pkgrel=1
 pkgdesc="Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('openssl')
 backup=('etc/monitrc')
 changelog=$pkgname.changelog
 source=(https://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('1ace889c0183473a9d70160df6533bb6e1338dc1354f5928507803e1e2a863b5')
+sha256sums=('37f514cd8973bbce104cb8517ff3fc504052a083703eee0d0e873db26b919820')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


=
monit.changelog
=====
@@ -1,3 +1,6 @@
+2024-06-26 Jaroslav Lichtblau 
+   * monit 5.34.0-1
+
 2023-05-18 Jaroslav Lichtblau 
* monit 5.33.0-1
 



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

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




[Git][archlinux/packaging/packages/homebank][main] upgpkg: 5.8.1-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
homebank


Commits:
b9ca1d69 by Jaroslav Lichtblau at 2024-06-26T20:16:36+02:00
upgpkg: 5.8.1-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = homebank
pkgdesc = Free, easy, personal accounting for everyone
-   pkgver = 5.8
+   pkgver = 5.8.1
pkgrel = 1
url = http://homebank.free.fr/
changelog = homebank.changelog
@@ -15,7 +15,7 @@ pkgbase = homebank
depends = perl-xml-parser
depends = shared-mime-info
depends = libsoup
-   source = https://www.gethomebank.org/public/sources/homebank-5.8.tar.gz
-   sha256sums = 
b608dccf8ce79f0fbee650682435ad1caa5114435f334c41a728467fc9c0002c
+   source = 
https://www.gethomebank.org/public/sources/homebank-5.8.1.tar.gz
+   sha256sums = 
60c35feafe341aec8fed9de4b0a875dc0f5c1674c5f5804ff7190a6c6c53dc01
 
 pkgname = homebank


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.8
+pkgver=5.8.1
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 
'libofx'
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(https://www.gethomebank.org/public/sources/$pkgname-$pkgver.tar.gz)
-sha256sums=('b608dccf8ce79f0fbee650682435ad1caa5114435f334c41a728467fc9c0002c')
+sha256sums=('60c35feafe341aec8fed9de4b0a875dc0f5c1674c5f5804ff7190a6c6c53dc01')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/homebank/-/commit/b9ca1d6906daea2759f2d707e350f5fb5eecd50f

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




[Git][archlinux/packaging/packages/homebank] Pushed new tag 5.8.1-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 5.8.1-1 at Arch Linux / Packaging / Packages 
/ homebank

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




[Git][archlinux/packaging/packages/homebank] Pushed new tag 5.8-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 5.8-1 at Arch Linux / Packaging / Packages / 
homebank

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




[Git][archlinux/packaging/packages/homebank][main] upgpkg: 5.8-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
homebank


Commits:
3efc4fd4 by Jaroslav Lichtblau at 2024-06-26T20:13:55+02:00
upgpkg: 5.8-1 - new upstream release

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- homebank.changelog


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = homebank
pkgdesc = Free, easy, personal accounting for everyone
-   pkgver = 5.7.4
+   pkgver = 5.8
pkgrel = 1
url = http://homebank.free.fr/
changelog = homebank.changelog
@@ -15,7 +15,7 @@ pkgbase = homebank
depends = perl-xml-parser
depends = shared-mime-info
depends = libsoup
-   source = http://homebank.free.fr/public/sources/homebank-5.7.4.tar.gz
-   sha256sums = 
42ce7146c875ea0ca3c93391b6a9bf4714db4621c63f4a094dcc6f8985bb54e4
+   source = https://www.gethomebank.org/public/sources/homebank-5.8.tar.gz
+   sha256sums = 
b608dccf8ce79f0fbee650682435ad1caa5114435f334c41a728467fc9c0002c
 
 pkgname = homebank


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.7.4
+pkgver=5.8
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -12,8 +12,8 @@ depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 
'libofx'
  'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
 makedepends=('intltool')
 changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/sources/$pkgname-$pkgver.tar.gz)
-sha256sums=('42ce7146c875ea0ca3c93391b6a9bf4714db4621c63f4a094dcc6f8985bb54e4')
+source=(https://www.gethomebank.org/public/sources/$pkgname-$pkgver.tar.gz)
+sha256sums=('b608dccf8ce79f0fbee650682435ad1caa5114435f334c41a728467fc9c0002c')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


=
homebank.changelog
=====
@@ -1,3 +1,6 @@
+2024-06-26 Jaroslav Lichtblau 
+   * homebank 5.8-1
+
 2023-12-15 Jaroslav Lichtblau 
* homebank 5.7.3-1
 



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

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




[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.24.0-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.24.0-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.24.0-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
83711c9c by Jaroslav Lichtblau at 2024-06-26T19:45:40+02:00
upgpkg: 4.24.0-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = datovka
pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
-   pkgver = 4.23.8
+   pkgver = 4.24.0
pkgrel = 1
url = https://www.datovka.cz/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = datovka
depends = libdatovka
depends = openssl
depends = hicolor-icon-theme
-   source = 
https://secure.nic.cz/files/datove_schranky/4.23.8/datovka-4.23.8.tar.xz
-   sha256sums = 
97ba1e4d5d267069d4d8ea7bf1b587938dbfd2bd8c0a6d89fc503357886ee1da
+   source = 
https://secure.nic.cz/files/datove_schranky/4.24.0/datovka-4.24.0.tar.xz
+   sha256sums = 
cab80427e80daa4b26c4cf05028bcc2d19cb6f0cc73ddc33e402dba6fc4256ce
 
 pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.23.8
+pkgver=4.24.0
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 
'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('97ba1e4d5d267069d4d8ea7bf1b587938dbfd2bd8c0a6d89fc503357886ee1da')
+sha256sums=('cab80427e80daa4b26c4cf05028bcc2d19cb6f0cc73ddc33e402dba6fc4256ce')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/datovka/-/commit/83711c9ce1f24cf9f6a0b1c531abd04ef2e2b400

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




[Git][archlinux/packaging/packages/wxsqlite3] Pushed new tag 4.9.11-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.9.11-1 at Arch Linux / Packaging / Packages 
/ wxsqlite3

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




[Git][archlinux/packaging/packages/wxsqlite3][main] upgpkg: 4.9.11-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
wxsqlite3


Commits:
2a79ea1e by Jaroslav Lichtblau at 2024-06-26T19:26:01+02:00
upgpkg: 4.9.11-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = wxsqlite3
pkgdesc = wxWidgets wrapper for SQLite3
-   pkgver = 4.9.10
+   pkgver = 4.9.11
pkgrel = 1
url = https://utelle.github.io/wxsqlite3
arch = x86_64
license = custom:LGPL-3.0+ with WxWindows-exception-3.1
depends = wxwidgets-gtk3
-   source = 
wxsqlite3-4.9.10.tar.gz::https://github.com/utelle/wxsqlite3/archive/v4.9.10.tar.gz
-   sha256sums = 
ca58bfd78ffe679d5cda79853501ff5c63102a1659e7a7ea708290eaf17094e9
+   source = 
wxsqlite3-4.9.11.tar.gz::https://github.com/utelle/wxsqlite3/archive/v4.9.11.tar.gz
+   sha256sums = 
36f1735ca4fd9c4773432240c7e51275b9d2e56f415b16abda36655d57ef72bd
 
 pkgname = wxsqlite3


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Scott Furry 
 
 pkgname=wxsqlite3
-pkgver=4.9.10
+pkgver=4.9.11
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('x86_64')
@@ -12,7 +12,7 @@ url="https://utelle.github.io/wxsqlite3";
 license=('custom:LGPL-3.0+ with WxWindows-exception-3.1')
 depends=('wxwidgets-gtk3')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('ca58bfd78ffe679d5cda79853501ff5c63102a1659e7a7ea708290eaf17094e9')
+sha256sums=('36f1735ca4fd9c4773432240c7e51275b9d2e56f415b16abda36655d57ef72bd')
 
 build() {
   cd $pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/libdatovka] Pushed new tag 0.6.2-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.6.2-1 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.6.2-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
1fcc132f by Jaroslav Lichtblau at 2024-06-26T19:14:32+02:00
upgpkg: 0.6.2-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
-   pkgver = 0.6.1
-   pkgrel = 2
+   pkgver = 0.6.2
+   pkgrel = 1
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
license = LGPL
@@ -10,7 +10,7 @@ pkgbase = libdatovka
depends = openssl
depends = curl
depends = expat
-   source = 
https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-0.6.1.tar.xz
-   sha256sums = 
d4d46f51453ef34b81a6154e04cf58b60356389bc47cb65a4f6796451f48a656
+   source = 
https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-0.6.2.tar.xz
+   sha256sums = 
bbf0b0f3b95b8dc7f2fdb99a1f4a1dcf6ea2180e1300449acb67beb9e7700f8c
 
 pkgname = libdatovka


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=libdatovka
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
 pkgdesc="ISDS client library"
 arch=('x86_64')
 url="https://www.datovka.cz/cs/pages/libdatovka.html";
@@ -10,7 +10,7 @@ license=('LGPL')
 depends=('libxml2' 'openssl' 'curl' 'expat')
 makedepends=('docbook-xsl')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('d4d46f51453ef34b81a6154e04cf58b60356389bc47cb65a4f6796451f48a656')
+sha256sums=('bbf0b0f3b95b8dc7f2fdb99a1f4a1dcf6ea2180e1300449acb67beb9e7700f8c')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/wxsqlite3] Pushed new tag 4.9.10-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.9.10-1 at Arch Linux / Packaging / Packages 
/ wxsqlite3

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




[Git][archlinux/packaging/packages/wxsqlite3][main] upgpkg: 4.9.10-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
wxsqlite3


Commits:
753cc675 by Jaroslav Lichtblau at 2024-06-26T19:11:40+02:00
upgpkg: 4.9.10-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = wxsqlite3
pkgdesc = wxWidgets wrapper for SQLite3
-   pkgver = 4.9.9
+   pkgver = 4.9.10
pkgrel = 1
url = https://utelle.github.io/wxsqlite3
arch = x86_64
license = custom:LGPL-3.0+ with WxWindows-exception-3.1
depends = wxwidgets-gtk3
-   source = 
wxsqlite3-4.9.9.tar.gz::https://github.com/utelle/wxsqlite3/archive/v4.9.9.tar.gz
-   sha256sums = 
2472e5ceda814f473bfbaf1dfeb49e7592d52ee32be521d581aad8415eb6a63a
+   source = 
wxsqlite3-4.9.10.tar.gz::https://github.com/utelle/wxsqlite3/archive/v4.9.10.tar.gz
+   sha256sums = 
ca58bfd78ffe679d5cda79853501ff5c63102a1659e7a7ea708290eaf17094e9
 
 pkgname = wxsqlite3


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Scott Furry 
 
 pkgname=wxsqlite3
-pkgver=4.9.9
+pkgver=4.9.10
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('x86_64')
@@ -12,7 +12,7 @@ url="https://utelle.github.io/wxsqlite3";
 license=('custom:LGPL-3.0+ with WxWindows-exception-3.1')
 depends=('wxwidgets-gtk3')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('2472e5ceda814f473bfbaf1dfeb49e7592d52ee32be521d581aad8415eb6a63a')
+sha256sums=('ca58bfd78ffe679d5cda79853501ff5c63102a1659e7a7ea708290eaf17094e9')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wxsqlite3/-/commit/753cc6752512f419d09371844c1ce25f804347a4

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




[Git][archlinux/packaging/packages/wxsqlite3][main] upgpkg: 4.9.9-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
wxsqlite3


Commits:
c12ab2b6 by Jaroslav Lichtblau at 2024-06-26T19:03:25+02:00
upgpkg: 4.9.9-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = wxsqlite3
pkgdesc = wxWidgets wrapper for SQLite3
-   pkgver = 4.9.8
+   pkgver = 4.9.9
pkgrel = 1
url = https://utelle.github.io/wxsqlite3
arch = x86_64
license = custom:LGPL-3.0+ with WxWindows-exception-3.1
depends = wxwidgets-gtk3
-   source = 
wxsqlite3-4.9.8.tar.gz::https://github.com/utelle/wxsqlite3/archive/v4.9.8.tar.gz
-   sha256sums = 
5d935ecd0c8182291cf540de6103d57c09a7068246ff31af271397f8dc8f12bb
+   source = 
wxsqlite3-4.9.9.tar.gz::https://github.com/utelle/wxsqlite3/archive/v4.9.9.tar.gz
+   sha256sums = 
2472e5ceda814f473bfbaf1dfeb49e7592d52ee32be521d581aad8415eb6a63a
 
 pkgname = wxsqlite3


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Scott Furry 
 
 pkgname=wxsqlite3
-pkgver=4.9.8
+pkgver=4.9.9
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('x86_64')
@@ -12,7 +12,7 @@ url="https://utelle.github.io/wxsqlite3";
 license=('custom:LGPL-3.0+ with WxWindows-exception-3.1')
 depends=('wxwidgets-gtk3')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('5d935ecd0c8182291cf540de6103d57c09a7068246ff31af271397f8dc8f12bb')
+sha256sums=('2472e5ceda814f473bfbaf1dfeb49e7592d52ee32be521d581aad8415eb6a63a')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wxsqlite3/-/commit/c12ab2b6ca26546fe618783daa9b725bae3dae2e

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




[Git][archlinux/packaging/packages/wxsqlite3] Pushed new tag 4.9.9-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.9.9-1 at Arch Linux / Packaging / Packages 
/ wxsqlite3

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.23.8-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
507f3786 by Jaroslav Lichtblau at 2024-06-26T18:59:25+02:00
upgpkg: 4.23.8-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = datovka
pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
-   pkgver = 4.23.7
+   pkgver = 4.23.8
pkgrel = 1
url = https://www.datovka.cz/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = datovka
depends = libdatovka
depends = openssl
depends = hicolor-icon-theme
-   source = 
https://secure.nic.cz/files/datove_schranky/4.23.7/datovka-4.23.7.tar.xz
-   sha256sums = 
579c45a17eceaa0ae4d54177e8a815459d1013e0c3682bafb5007a83ed6ef3fc
+   source = 
https://secure.nic.cz/files/datove_schranky/4.23.8/datovka-4.23.8.tar.xz
+   sha256sums = 
97ba1e4d5d267069d4d8ea7bf1b587938dbfd2bd8c0a6d89fc503357886ee1da
 
 pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.23.7
+pkgver=4.23.8
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 
'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('579c45a17eceaa0ae4d54177e8a815459d1013e0c3682bafb5007a83ed6ef3fc')
+sha256sums=('97ba1e4d5d267069d4d8ea7bf1b587938dbfd2bd8c0a6d89fc503357886ee1da')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/datovka/-/commit/507f3786c200478e8c8d56bca31bdc644d35aa4c

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




[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.23.8-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.23.8-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.23.7-1 - new upstream release

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
03f1f54f by Jaroslav Lichtblau at 2024-06-26T18:40:10+02:00
upgpkg: 4.23.7-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = datovka
pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
-   pkgver = 4.23.6
+   pkgver = 4.23.7
pkgrel = 1
url = https://www.datovka.cz/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = datovka
depends = libdatovka
depends = openssl
depends = hicolor-icon-theme
-   source = 
https://secure.nic.cz/files/datove_schranky/4.23.6/datovka-4.23.6.tar.xz
-   sha256sums = 
e1be14aee689418d68f5f1cf3fc4d2440490370d8d514d6850f0ec7e0c32a76a
+   source = 
https://secure.nic.cz/files/datove_schranky/4.23.7/datovka-4.23.7.tar.xz
+   sha256sums = 
579c45a17eceaa0ae4d54177e8a815459d1013e0c3682bafb5007a83ed6ef3fc
 
 pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.23.6
+pkgver=4.23.7
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 
'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('e1be14aee689418d68f5f1cf3fc4d2440490370d8d514d6850f0ec7e0c32a76a')
+sha256sums=('579c45a17eceaa0ae4d54177e8a815459d1013e0c3682bafb5007a83ed6ef3fc')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/datovka/-/commit/03f1f54f9ffc8515e4ceefc085fbb9b5d80a62fd

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




[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.23.7-1

2024-06-26 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.23.7-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.123.0-1

2024-02-19 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.123.0-1 at Arch Linux / Packaging / 
Packages / hugo

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




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.123.0-1 - new upstream release

2024-02-19 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
hugo


Commits:
b86d3fd6 by Jaroslav Lichtblau at 2024-02-19T21:40:43+01:00
upgpkg: 0.123.0-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.122.0
+   pkgver = 0.123.0
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hugo
depends = glibc
depends = gcc-libs
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.122.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.122.0.tar.gz
-   sha512sums = 
f2eac9b9b227b78647c8d9c5c48d409c8d056aaaf8e2523458f9c256fd49bd5b4f3392a80789133bf8603369ff3522783a7605a42f65f33070b26356070a51d1
+   source = 
hugo-0.123.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.0.tar.gz
+   sha512sums = 
8835b620d480e86df3a315b101d131b3defde29b21628ba48fe805c1af2625600a5c0fe64ebbab48c8ca56310d5d3aae3c98c27f116a5044ce171a68c072006d
 
 pkgname = hugo


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.122.0
+pkgver=0.123.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('f2eac9b9b227b78647c8d9c5c48d409c8d056aaaf8e2523458f9c256fd49bd5b4f3392a80789133bf8603369ff3522783a7605a42f65f33070b26356070a51d1')
+sha512sums=('8835b620d480e86df3a315b101d131b3defde29b21628ba48fe805c1af2625600a5c0fe64ebbab48c8ca56310d5d3aae3c98c27f116a5044ce171a68c072006d')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/b86d3fd690253da631cb0f2046380ebad05eacb7

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




[Git][archlinux/packaging/packages/tilda][main] upgpkg: 2.0.0-1 - new upstream release

2024-02-18 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
tilda


Commits:
68d524dd by Jaroslav Lichtblau at 2024-02-18T11:11:42+01:00
upgpkg: 2.0.0-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = tilda
+   pkgdesc = A Gtk based drop down terminal for Linux and Unix
+   pkgver = 2.0.0
+   pkgrel = 1
+   url = https://github.com/lanoxx/tilda
+   changelog = tilda.changelog
+   arch = x86_64
+   license = GPL
+   makedepends = python
+   depends = vte3
+   depends = confuse
+   source = https://github.com/lanoxx/tilda/archive/tilda-2.0.0.tar.gz
+   sha256sums = 
ff9364244c58507cd4073ac22e580a4cded048d416c682496c1b1788ee8a30df
+
+pkgname = tilda


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=tilda
-pkgver=1.5.4
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="A Gtk based drop down terminal for Linux and Unix"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('vte3' 'confuse')
 makedepends=('python')
 changelog=$pkgname.changelog
 source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('c9528b0e9af6f5a35db9ca695b3edbb6709755e82afdfc3cdb75a406ddc67523')
+sha256sums=('ff9364244c58507cd4073ac22e580a4cded048d416c682496c1b1788ee8a30df')
 
 build() {
   cd $pkgname-$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tilda/-/commit/68d524dd398ea4d02ae0ee24340e0b81a816d143

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




[Git][archlinux/packaging/packages/tilda] Pushed new tag 2.0.0-1

2024-02-18 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages 
/ tilda

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.23.6-1 - new upstream release

2024-02-11 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
da56256f by Jaroslav Lichtblau at 2024-02-11T14:08:16+01:00
upgpkg: 4.23.6-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = datovka
pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
-   pkgver = 4.23.5
+   pkgver = 4.23.6
pkgrel = 1
url = https://www.datovka.cz/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = datovka
depends = libdatovka
depends = openssl
depends = hicolor-icon-theme
-   source = 
https://secure.nic.cz/files/datove_schranky/4.23.5/datovka-4.23.5.tar.xz
-   sha256sums = 
4834d2668e4628a61321c90245b07c829b1e5e0d07f950f79cd59043c5204470
+   source = 
https://secure.nic.cz/files/datove_schranky/4.23.6/datovka-4.23.6.tar.xz
+   sha256sums = 
e1be14aee689418d68f5f1cf3fc4d2440490370d8d514d6850f0ec7e0c32a76a
 
 pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.23.5
+pkgver=4.23.6
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 
'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('4834d2668e4628a61321c90245b07c829b1e5e0d07f950f79cd59043c5204470')
+sha256sums=('e1be14aee689418d68f5f1cf3fc4d2440490370d8d514d6850f0ec7e0c32a76a')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/datovka/-/commit/da56256fdcc198d552dd1e10bae18fee10256f8e

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




[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.23.6-1

2024-02-11 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.23.6-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.6.1-1 - new upstream release

2024-02-11 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
9f9c3271 by Jaroslav Lichtblau at 2024-02-11T13:35:25+01:00
upgpkg: 0.6.1-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
-   pkgver = 0.6.0
+   pkgver = 0.6.1
pkgrel = 1
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = libdatovka
depends = libxml2
depends = openssl
depends = curl
-   source = 
https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-0.6.0.tar.xz
-   sha256sums = 
5d8e09231ea1e95a202bc42f4ea9103bd5320f59d9fcd5c0e71c19bf8b575838
+   source = 
https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-0.6.1.tar.xz
+   sha256sums = 
d4d46f51453ef34b81a6154e04cf58b60356389bc47cb65a4f6796451f48a656
 
 pkgname = libdatovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=libdatovka
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="ISDS client library"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('LGPL')
 depends=('libxml2' 'openssl' 'curl')
 makedepends=('docbook-xsl')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('5d8e09231ea1e95a202bc42f4ea9103bd5320f59d9fcd5c0e71c19bf8b575838')
+sha256sums=('d4d46f51453ef34b81a6154e04cf58b60356389bc47cb65a4f6796451f48a656')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/libdatovka] Pushed new tag 0.6.1-1

2024-02-11 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.6.1-1 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/rapid-photo-downloader][main] upgpkg: 0.9.35-1 - new upstream release

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
rapid-photo-downloader


Commits:
39da4d6f by Jaroslav Lichtblau at 2024-02-07T22:06:51+01:00
upgpkg: 0.9.35-1 - new upstream release

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- rapid-photo-downloader.changelog


Changes:

=
.SRCINFO
=
@@ -0,0 +1,45 @@
+pkgbase = rapid-photo-downloader
+   pkgdesc = Photo and video downloader
+   pkgver = 0.9.35
+   pkgrel = 1
+   url = https://www.damonlynch.net/rapid/
+   changelog = rapid-photo-downloader.changelog
+   arch = any
+   license = GPL3
+   makedepends = intltool
+   makedepends = ifuse
+   depends = desktop-file-utils
+   depends = gstreamer
+   depends = hicolor-icon-theme
+   depends = libgexiv2
+   depends = libnotify
+   depends = python-arrow
+   depends = perl-image-exiftool
+   depends = python-colour
+   depends = python-dateutil
+   depends = python-easygui
+   depends = python-gobject
+   depends = python-gphoto2
+   depends = python-psutil
+   depends = python-pymediainfo
+   depends = python-pyqt5
+   depends = python-pyzmq
+   depends = python-requests
+   depends = python-setuptools
+   depends = python-sortedcontainers
+   depends = python-babel
+   depends = python-tornado
+   depends = python-pyxdg
+   depends = qt5-imageformats
+   depends = udisks2
+   depends = python-tenacity
+   depends = qt5-svg
+   depends = python-show-in-file-manager
+   optdepends = ifuse: for iOS devices
+   source = 
https://launchpad.net/rapid/pyqt/0.9.35/+download/rapid-photo-downloader-0.9.35.tar.gz
+   source = 
https://launchpad.net/rapid/pyqt/0.9.35/+download/rapid-photo-downloader-0.9.35.tar.gz.asc
+   validpgpkeys = E26048A9F4A803B91CB1BD648005B1F36970BE28
+   sha256sums = 
c284eca6262449e3f5f9817627f80f53745c0af5d373b59f0c04b38de6c78fc3
+   sha256sums = SKIP
+
+pkgname = rapid-photo-downloader


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Dinh Bowman 
 
 pkgname=rapid-photo-downloader
-pkgver=0.9.34
-pkgrel=2
+pkgver=0.9.35
+pkgrel=1
 pkgdesc="Photo and video downloader"
 arch=('any')
 url="https://www.damonlynch.net/rapid/";
@@ -18,18 +18,11 @@ depends=('desktop-file-utils' 'gstreamer' 
'hicolor-icon-theme' 'libgexiv2' 'libn
 makedepends=('intltool' 'ifuse')
 optdepends=('ifuse: for iOS devices')
 changelog=$pkgname.changelog
-source=(https://launchpad.net/rapid/pyqt/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc}
-
https://github.com/damonlynch/rapid-photo-downloader/commit/c3b62f04.patch)
-sha256sums=('2455ac84a8a51ed91500edaad1afb50f7adff2a437f4105360ac16311efb279e'
-'SKIP'
-'b606c23e74ff443a5793b2692864b743a68edde5845acc3f3325c3cf2d95f345')
+source=(https://launchpad.net/rapid/pyqt/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('c284eca6262449e3f5f9817627f80f53745c0af5d373b59f0c04b38de6c78fc3'
+'SKIP')
 validpgpkeys=('E26048A9F4A803B91CB1BD648005B1F36970BE28') # Damon Lynch 

 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../c3b62f04.patch # Fix build with setuptools 66
-}
-   
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 


=
rapid-photo-downloader.changelog
=
@@ -1,3 +1,6 @@
+2024-02-07 Jaroslav Lichtblau 
+   * rapid-photo-downloader 0.9.35-1
+
 2022-03-15 Jaroslav Lichtblau 
* rapid-photo-downloader 0.9.33-1
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rapid-photo-downloader/-/commit/39da4d6f39a3b68a6d7122041508dc613e804f38

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rapid-photo-downloader/-/commit/39da4d6f39a3b68a6d7122041508dc613e804f38
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rapid-photo-downloader] Pushed new tag 0.9.35-1

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.9.35-1 at Arch Linux / Packaging / Packages 
/ rapid-photo-downloader

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




[Git][archlinux/packaging/packages/lzlib][main] upgpkg: 1.14-1 - new upstream release

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
lzlib


Commits:
d7a8c372 by Jaroslav Lichtblau at 2024-02-07T21:52:50+01:00
upgpkg: 1.14-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = lzlib
+   pkgdesc = A library providing in-memory LZMA compression and 
decompression functions
+   pkgver = 1.14
+   pkgrel = 1
+   url = http://www.nongnu.org/lzip/lzlib.html
+   arch = i686
+   arch = x86_64
+   license = BSD
+   depends = gcc-libs
+   options = !emptydirs
+   source = 
https://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-1.14.tar.gz
+   source = 
https://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-1.14.tar.gz.sig
+   validpgpkeys = 1D41C14B272A2219A739FA4F8FE99503132D7742
+   sha256sums = 
5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f
+   sha256sums = SKIP
+
+pkgname = lzlib


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Christoph Zeiler 
 
 pkgname=lzlib
-pkgver=1.13
-pkgrel=3
+pkgver=1.14
+pkgrel=1
 pkgdesc="A library providing in-memory LZMA compression and decompression 
functions"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/lzip/lzlib.html";
@@ -12,7 +12,7 @@ depends=('gcc-libs')
 options=('!emptydirs')
 
source=(https://download.savannah.gnu.org/releases/lzip/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
-sha256sums=('a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80'
+sha256sums=('5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lzlib/-/commit/d7a8c372beabc0db30868b90d0b368aa809a1731

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




[Git][archlinux/packaging/packages/lzlib] Pushed new tag 1.14-1

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 1.14-1 at Arch Linux / Packaging / Packages / 
lzlib

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




[Git][archlinux/packaging/packages/qmapshack] Pushed new tag 1.17.1-2

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 1.17.1-2 at Arch Linux / Packaging / Packages 
/ qmapshack

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




[Git][archlinux/packaging/packages/qmapshack][main] upgpkg: 1.17.1-2 - alglib soname rebuild

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
qmapshack


Commits:
62fd3ffd by Jaroslav Lichtblau at 2024-02-07T21:45:35+01:00
upgpkg: 1.17.1-2 - alglib soname rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = qmapshack
pkgdesc = Consumer grade GIS software
pkgver = 1.17.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/Maproom/qmapshack/wiki
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=qmapshack
 pkgver=1.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Consumer grade GIS software'
 arch=('x86_64')
 url='https://github.com/Maproom/qmapshack/wiki'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qmapshack/-/commit/62fd3ffd45a55c3f55608d673f9847b931497785

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




[Git][archlinux/packaging/packages/alglib][main] upgpkg: 4.01.0-1 - new upstream release

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
alglib


Commits:
6ae6b1d7 by Jaroslav Lichtblau at 2024-02-07T21:20:47+01:00
upgpkg: 4.01.0-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,12 @@
+pkgbase = alglib
+   pkgdesc = A cross-platform numerical analysis and data processing 
library - Free Version
+   pkgver = 4.01.0
+   pkgrel = 1
+   url = http://www.alglib.net
+   arch = x86_64
+   license = GPL2
+   makedepends = cmake
+   source = http://www.alglib.net/translator/re/alglib-4.01.0.cpp.gpl.tgz
+   sha256sums = 
95e8ea41b32c92346f49a694759e786c5f3a1087b401a9259ef592c0eea4befb
+
+pkgname = alglib


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Peng Zhang 
 
 pkgname=alglib
-pkgver=3.20.0
+pkgver=4.01.0
 pkgrel=1
 pkgdesc="A cross-platform numerical analysis and data processing library - 
Free Version"
 arch=('x86_64')
@@ -12,14 +12,14 @@ url="http://www.alglib.net";
 license=('GPL2')
 makedepends=('cmake')
 source=(http://www.alglib.net/translator/re/alglib-${pkgver}.cpp.gpl.tgz)
-sha256sums=('e7357f0f894313ff1b640ec9cb5e8b63f06d2d3411c2143a374aa0e9740da8a9')
+sha256sums=('95e8ea41b32c92346f49a694759e786c5f3a1087b401a9259ef592c0eea4befb')
 
 prepare() {
 cd "${srcdir}"/alglib-cpp
 
 # generate a simple cmake file to build the library since the release
 # doesn't provide any build system
-
+
 cat > CMakeLists.txt <https://gitlab.archlinux.org/archlinux/packaging/packages/alglib/-/commit/6ae6b1d7e8e8ffd0ada0db6a20202ed5ea3d2eae

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




[Git][archlinux/packaging/packages/alglib] Pushed new tag 4.01.0-1

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.01.0-1 at Arch Linux / Packaging / Packages 
/ alglib

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




[Git][archlinux/packaging/packages/homebank][main] upgpkg: 5.7.4-1 - new upstream release

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
homebank


Commits:
2e13e0f7 by Jaroslav Lichtblau at 2024-02-07T21:16:59+01:00
upgpkg: 5.7.4-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = homebank
pkgdesc = Free, easy, personal accounting for everyone
-   pkgver = 5.7.3
+   pkgver = 5.7.4
pkgrel = 1
url = http://homebank.free.fr/
changelog = homebank.changelog
@@ -15,7 +15,7 @@ pkgbase = homebank
depends = perl-xml-parser
depends = shared-mime-info
depends = libsoup
-   source = http://homebank.free.fr/public/sources/homebank-5.7.3.tar.gz
-   sha256sums = 
69df172a599acd66629bf98b3669ec152cb93a78bbcafdc7431617dd25f35dc5
+   source = http://homebank.free.fr/public/sources/homebank-5.7.4.tar.gz
+   sha256sums = 
42ce7146c875ea0ca3c93391b6a9bf4714db4621c63f4a094dcc6f8985bb54e4
 
 pkgname = homebank


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 
'libofx'
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/sources/$pkgname-$pkgver.tar.gz)
-sha256sums=('69df172a599acd66629bf98b3669ec152cb93a78bbcafdc7431617dd25f35dc5')
+sha256sums=('42ce7146c875ea0ca3c93391b6a9bf4714db4621c63f4a094dcc6f8985bb54e4')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/homebank] Pushed new tag 5.7.4-1

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 5.7.4-1 at Arch Linux / Packaging / Packages 
/ homebank

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




[Git][archlinux/packaging/packages/po4a][main] upgpkg: 0.70-1 - new upstream release

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
po4a


Commits:
9436a412 by Jaroslav Lichtblau at 2024-02-07T20:56:07+01:00
upgpkg: 0.70-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = po4a
+   pkgdesc = Tools for helping translation of documentation
+   pkgver = 0.70
+   pkgrel = 1
+   url = https://po4a.org/
+   arch = any
+   license = GPL
+   makedepends = perl-text-wrapi18n
+   makedepends = perl-locale-gettext
+   makedepends = perl-term-readkey
+   makedepends = perl-sgmls
+   makedepends = perl-module-build
+   makedepends = perl-pod-parser
+   makedepends = docbook-xsl
+   depends = perl
+   depends = gettext
+   depends = perl-yaml-tiny
+   depends = perl-unicode-linebreak
+   options = !emptydirs
+   source = 
po4a-0.70.tar.gz::https://github.com/mquinson/po4a/archive/v0.70.tar.gz
+   sha256sums = 
e5001d0cb900bfb700d09abb7e994b823d5c05b72c0b221781bff88cbb537f3b
+
+pkgname = po4a


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Mikko Seppälä  aka Neverth
 
 pkgname=po4a
-pkgver=0.69
+pkgver=0.70
 pkgrel=1
 pkgdesc="Tools for helping translation of documentation"
 arch=('any')
@@ -17,7 +17,7 @@ makedepends=('perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey'
  'perl-sgmls' 'perl-module-build' 'perl-pod-parser' 'docbook-xsl')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('d578df98afaffa847fb4b73216cf761df4fdd669b617783ca7f45f4172c0e212')
+sha256sums=('e5001d0cb900bfb700d09abb7e994b823d5c05b72c0b221781bff88cbb537f3b')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/po4a/-/commit/9436a412eb5cadab3637a18676445085ffde05c7

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




[Git][archlinux/packaging/packages/po4a] Pushed new tag 0.70-1

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.70-1 at Arch Linux / Packaging / Packages / 
po4a

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




[Git][archlinux/packaging/packages/poedit] Pushed new tag 1-3.4.2-1

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 1-3.4.2-1 at Arch Linux / Packaging / 
Packages / poedit

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




[Git][archlinux/packaging/packages/poedit][main] upgpkg: 1:3.4.2-1 - new upstream release

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
poedit


Commits:
c986537b by Jaroslav Lichtblau at 2024-02-07T20:51:13+01:00
upgpkg: 1:3.4.2-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = poedit
pkgdesc = Cross-platform gettext catalogs (.po files) editor
-   pkgver = 3.4.1
-   pkgrel = 2
+   pkgver = 3.4.2
+   pkgrel = 1
epoch = 1
url = https://www.poedit.net/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = poedit
depends = lucene++
depends = wxwidgets-gtk3
depends = webkit2gtk
-   source = 
https://github.com/vslavik/poedit/releases/download/v3.4.1-oss/poedit-3.4.1.tar.gz
-   sha256sums = 
18dbe9a8b0ed4eebc864b3e708b35e9705bd07399dd5f7d604d0abd148ac50a5
+   source = 
https://github.com/vslavik/poedit/releases/download/v3.4.2-oss/poedit-3.4.2.tar.gz
+   sha256sums = 
5d64e8aaf92cd016c6cc4623e781b4e7decd85f410b8b289354cb1988282a247
 
 pkgname = poedit


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 pkgname=poedit
 epoch=1
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('x86_64')
 url="https://www.poedit.net/";
@@ -16,7 +16,7 @@ license=('MIT')
 depends=('gtkspell3' 'lucene++' 'wxwidgets-gtk3' 'webkit2gtk')
 makedepends=('boost')
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-sha256sums=('18dbe9a8b0ed4eebc864b3e708b35e9705bd07399dd5f7d604d0abd148ac50a5')
+sha256sums=('5d64e8aaf92cd016c6cc4623e781b4e7decd85f410b8b289354cb1988282a247')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/poedit/-/commit/c986537b138bb82b82e042da11ea1313bb7d5100

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.23.5-1 - new upstream release

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
236dfff0 by Jaroslav Lichtblau at 2024-02-07T20:44:18+01:00
upgpkg: 4.23.5-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = datovka
pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
-   pkgver = 4.23.4
+   pkgver = 4.23.5
pkgrel = 1
url = https://www.datovka.cz/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = datovka
depends = libdatovka
depends = openssl
depends = hicolor-icon-theme
-   source = 
https://secure.nic.cz/files/datove_schranky/4.23.4/datovka-4.23.4.tar.xz
-   sha256sums = 
f442a712486202be660d3294950f479e5dd88651fa16519fe06330ae1aff15ad
+   source = 
https://secure.nic.cz/files/datove_schranky/4.23.5/datovka-4.23.5.tar.xz
+   sha256sums = 
4834d2668e4628a61321c90245b07c829b1e5e0d07f950f79cd59043c5204470
 
 pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.23.4
+pkgver=4.23.5
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 
'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('f442a712486202be660d3294950f479e5dd88651fa16519fe06330ae1aff15ad')
+sha256sums=('4834d2668e4628a61321c90245b07c829b1e5e0d07f950f79cd59043c5204470')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/datovka/-/commit/236dfff0197820264d5adc4246b7ed40c0799d88

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




[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.23.5-1

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.23.5-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.23.4-1 - new upstream release

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
6548cd9c by Jaroslav Lichtblau at 2024-02-07T20:30:25+01:00
upgpkg: 4.23.4-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = datovka
pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
-   pkgver = 4.23.3
+   pkgver = 4.23.4
pkgrel = 1
url = https://www.datovka.cz/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = datovka
depends = libdatovka
depends = openssl
depends = hicolor-icon-theme
-   source = 
https://secure.nic.cz/files/datove_schranky/4.23.3/datovka-4.23.3.tar.xz
-   sha256sums = 
8026b44700d7ef5d54a3087cedc50778abce7635b41161802c8ead774f67c6c4
+   source = 
https://secure.nic.cz/files/datove_schranky/4.23.4/datovka-4.23.4.tar.xz
+   sha256sums = 
f442a712486202be660d3294950f479e5dd88651fa16519fe06330ae1aff15ad
 
 pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.23.3
+pkgver=4.23.4
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 
'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('8026b44700d7ef5d54a3087cedc50778abce7635b41161802c8ead774f67c6c4')
+sha256sums=('f442a712486202be660d3294950f479e5dd88651fa16519fe06330ae1aff15ad')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/datovka/-/commit/6548cd9c87d66cdd86b1892a36140f50bfe8998b

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




[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.23.4-1

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.23.4-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.23.3-1 - new upstream release

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
1b967d77 by Jaroslav Lichtblau at 2024-02-07T20:17:56+01:00
upgpkg: 4.23.3-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = datovka
pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
-   pkgver = 4.23.2
+   pkgver = 4.23.3
pkgrel = 1
url = https://www.datovka.cz/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = datovka
depends = libdatovka
depends = openssl
depends = hicolor-icon-theme
-   source = 
https://secure.nic.cz/files/datove_schranky/4.23.2/datovka-4.23.2.tar.xz
-   sha256sums = 
61c57adcbf467fc85ccdd92f01425f2642177b39ffe403e916de40d825f48658
+   source = 
https://secure.nic.cz/files/datove_schranky/4.23.3/datovka-4.23.3.tar.xz
+   sha256sums = 
8026b44700d7ef5d54a3087cedc50778abce7635b41161802c8ead774f67c6c4
 
 pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.23.2
+pkgver=4.23.3
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 
'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('61c57adcbf467fc85ccdd92f01425f2642177b39ffe403e916de40d825f48658')
+sha256sums=('8026b44700d7ef5d54a3087cedc50778abce7635b41161802c8ead774f67c6c4')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.23.3-1

2024-02-07 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.23.3-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.23.2-1

2024-01-03 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.23.2-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.23.2-1 - new upstream release

2024-01-03 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
77679ba2 by Jaroslav Lichtblau at 2024-01-03T20:41:52+01:00
upgpkg: 4.23.2-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = datovka
pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
-   pkgver = 4.23.1
+   pkgver = 4.23.2
pkgrel = 1
url = https://www.datovka.cz/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = datovka
depends = libdatovka
depends = openssl
depends = hicolor-icon-theme
-   source = 
https://secure.nic.cz/files/datove_schranky/4.23.1/datovka-4.23.1.tar.xz
-   sha256sums = 
b29717567c6c38a7b4effaddc0a7c24ac5bed6968089339585d7665ee8169018
+   source = 
https://secure.nic.cz/files/datove_schranky/4.23.2/datovka-4.23.2.tar.xz
+   sha256sums = 
61c57adcbf467fc85ccdd92f01425f2642177b39ffe403e916de40d825f48658
 
 pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.23.1
+pkgver=4.23.2
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 
'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('b29717567c6c38a7b4effaddc0a7c24ac5bed6968089339585d7665ee8169018')
+sha256sums=('61c57adcbf467fc85ccdd92f01425f2642177b39ffe403e916de40d825f48658')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/datovka/-/commit/77679ba2c7110b7788a1a5b18b294da8b769efa9

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.6.0-1 - new upstream release

2024-01-03 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
733ce6c7 by Jaroslav Lichtblau at 2024-01-03T20:17:12+01:00
upgpkg: 0.6.0-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
-   pkgver = 0.5.1
-   pkgrel = 2
+   pkgver = 0.6.0
+   pkgrel = 1
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
license = LGPL
@@ -9,7 +9,7 @@ pkgbase = libdatovka
depends = libxml2
depends = openssl
depends = curl
-   source = 
https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-0.5.1.tar.xz
-   sha256sums = 
53f96ad870c594367638bd95e55a82c94a176c0d7f94f50a5402d35e69eadaf8
+   source = 
https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-0.6.0.tar.xz
+   sha256sums = 
5d8e09231ea1e95a202bc42f4ea9103bd5320f59d9fcd5c0e71c19bf8b575838
 
 pkgname = libdatovka


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=libdatovka
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="ISDS client library"
 arch=('x86_64')
 url="https://www.datovka.cz/cs/pages/libdatovka.html";
@@ -10,7 +10,7 @@ license=('LGPL')
 depends=('libxml2' 'openssl' 'curl')
 makedepends=('docbook-xsl')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('53f96ad870c594367638bd95e55a82c94a176c0d7f94f50a5402d35e69eadaf8')
+sha256sums=('5d8e09231ea1e95a202bc42f4ea9103bd5320f59d9fcd5c0e71c19bf8b575838')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatovka/-/commit/733ce6c70d5d98497fd28b0f9747c1cb9d5247a9

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




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

2024-01-03 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.6.0-1 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/homebank][main] upgpkg: 5.7.3-1 - new upstream release

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
homebank


Commits:
78074714 by Jaroslav Lichtblau at 2023-12-15T17:37:58+01:00
upgpkg: 5.7.3-1 - new upstream release

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- homebank.changelog


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = homebank
pkgdesc = Free, easy, personal accounting for everyone
-   pkgver = 5.7.2
+   pkgver = 5.7.3
pkgrel = 1
url = http://homebank.free.fr/
changelog = homebank.changelog
@@ -15,7 +15,7 @@ pkgbase = homebank
depends = perl-xml-parser
depends = shared-mime-info
depends = libsoup
-   source = http://homebank.free.fr/public/sources/homebank-5.7.2.tar.gz
-   sha256sums = 
331d7ef88d90f3f34ca6610f7f18e89e935443b18b091a87d9b94bd7556399ef
+   source = http://homebank.free.fr/public/sources/homebank-5.7.3.tar.gz
+   sha256sums = 
69df172a599acd66629bf98b3669ec152cb93a78bbcafdc7431617dd25f35dc5
 
 pkgname = homebank


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.7.2
+pkgver=5.7.3
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 
'libofx'
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/sources/$pkgname-$pkgver.tar.gz)
-sha256sums=('331d7ef88d90f3f34ca6610f7f18e89e935443b18b091a87d9b94bd7556399ef')
+sha256sums=('69df172a599acd66629bf98b3669ec152cb93a78bbcafdc7431617dd25f35dc5')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


=====
homebank.changelog
=====
@@ -1,3 +1,6 @@
+2023-12-15 Jaroslav Lichtblau 
+   * homebank 5.7.3-1
+
 2023-11-12 Jaroslav Lichtblau 
* homebank 5.7.2-1
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/homebank/-/commit/780747143dccd26f9baa21033fb1b46b7c6349ec

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




[Git][archlinux/packaging/packages/homebank] Pushed new tag 5.7.3-1

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 5.7.3-1 at Arch Linux / Packaging / Packages 
/ homebank

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




[Git][archlinux/packaging/packages/translate-toolkit][main] upgpkg: 3.11.1-1 - new upstream release

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
translate-toolkit


Commits:
31587e77 by Jaroslav Lichtblau at 2023-12-15T17:31:49+01:00
upgpkg: 3.11.1-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = translate-toolkit
+   pkgdesc = A toolkit to convert between various different translation 
formats, help process and validate localisations
+   pkgver = 3.11.1
+   pkgrel = 1
+   url = https://toolkit.translatehouse.org/
+   arch = any
+   license = GPL
+   makedepends = python-setuptools
+   depends = bash
+   depends = python-lxml
+   depends = python-ruamel-yaml
+   optdepends = gaupol: for po2sub
+   optdepends = python-chardet: encoding detector
+   optdepends = python-levenshtein: faster matching
+   optdepends = python-cheroot: for TM Server
+   source = 
translate-toolkit-3.11.1.tar.gz::https://github.com/translate/translate/archive/3.11.1.tar.gz
+   sha256sums = 
bcdfd868560d902630338e5b76e9f46c8cefb0d40464aa386f298b285d464f5f
+
+pkgname = translate-toolkit


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=translate-toolkit
-pkgver=3.10.1
+pkgver=3.11.1
 pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
@@ -17,7 +17,7 @@ optdepends=('gaupol: for po2sub'
 'python-levenshtein: faster matching'
 'python-cheroot: for TM Server')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('6f73da23059abac3a46e82085e839d34197996e74101001ec78cc253244f5aad')
+sha256sums=('bcdfd868560d902630338e5b76e9f46c8cefb0d40464aa386f298b285d464f5f')
 
 package() {
   cd translate-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/translate-toolkit/-/commit/31587e776ed6f68d62768857549f890c6cb9a183

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




[Git][archlinux/packaging/packages/translate-toolkit] Pushed new tag 3.11.1-1

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 3.11.1-1 at Arch Linux / Packaging / Packages 
/ translate-toolkit

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




[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.23.1-1

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.23.1-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.23.1-1 - new upstream release

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
1708ed1b by Jaroslav Lichtblau at 2023-12-15T17:20:15+01:00
upgpkg: 4.23.1-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = datovka
pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
-   pkgver = 4.23.0
+   pkgver = 4.23.1
pkgrel = 1
url = https://www.datovka.cz/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = datovka
depends = libdatovka
depends = openssl
depends = hicolor-icon-theme
-   source = 
https://secure.nic.cz/files/datove_schranky/4.23.0/datovka-4.23.0.tar.xz
-   sha256sums = 
dc8fbed22a2d4734156652daf2dd43c0828a180a27b0bda34682dded06e3bf67
+   source = 
https://secure.nic.cz/files/datove_schranky/4.23.1/datovka-4.23.1.tar.xz
+   sha256sums = 
b29717567c6c38a7b4effaddc0a7c24ac5bed6968089339585d7665ee8169018
 
 pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.23.0
+pkgver=4.23.1
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 
'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('dc8fbed22a2d4734156652daf2dd43c0828a180a27b0bda34682dded06e3bf67')
+sha256sums=('b29717567c6c38a7b4effaddc0a7c24ac5bed6968089339585d7665ee8169018')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/datovka/-/commit/1708ed1bc415b6a5e26123f4884eef5f9d5b3652

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.5.1-2 - rebuild with icu 74

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
79644f1a by Jaroslav Lichtblau at 2023-12-15T16:57:36+01:00
upgpkg: 0.5.1-2 - rebuild with icu 74

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
pkgver = 0.5.1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libdatovka
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="ISDS client library"
 arch=('x86_64')
 url="https://www.datovka.cz/cs/pages/libdatovka.html";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatovka/-/commit/79644f1a804cc63a701d777063e5cb0087f889eb

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




[Git][archlinux/packaging/packages/libdatovka] Pushed new tag 0.5.1-2

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.5.1-2 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.5.1-1 - new upstream release

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
2cd06a59 by Jaroslav Lichtblau at 2023-12-15T16:55:22+01:00
upgpkg: 0.5.1-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
-   pkgver = 0.5.0
-   pkgrel = 6
+   pkgver = 0.5.1
+   pkgrel = 1
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
license = LGPL
@@ -9,7 +9,7 @@ pkgbase = libdatovka
depends = libxml2
depends = openssl
depends = curl
-   source = 
https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-0.5.0.tar.xz
-   sha256sums = 
7c1563abf9e08d508c6a09f39f75dfdb7f636c910fdfc708f80e0757083b71e2
+   source = 
https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-0.5.1.tar.xz
+   sha256sums = 
53f96ad870c594367638bd95e55a82c94a176c0d7f94f50a5402d35e69eadaf8
 
 pkgname = libdatovka


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=libdatovka
-pkgver=0.5.0
-pkgrel=6
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="ISDS client library"
 arch=('x86_64')
 url="https://www.datovka.cz/cs/pages/libdatovka.html";
@@ -10,7 +10,7 @@ license=('LGPL')
 depends=('libxml2' 'openssl' 'curl')
 makedepends=('docbook-xsl')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('7c1563abf9e08d508c6a09f39f75dfdb7f636c910fdfc708f80e0757083b71e2')
+sha256sums=('53f96ad870c594367638bd95e55a82c94a176c0d7f94f50a5402d35e69eadaf8')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/libdatovka] Pushed new tag 0.5.1-1

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.5.1-1 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/datovka][main] upgpkg: 4.23.0-1 - new upstream release

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
datovka


Commits:
93d7ef10 by Jaroslav Lichtblau at 2023-12-15T16:53:36+01:00
upgpkg: 4.23.0-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = datovka
+   pkgdesc = GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government
+   pkgver = 4.23.0
+   pkgrel = 1
+   url = https://www.datovka.cz/
+   arch = i686
+   arch = x86_64
+   license = custom
+   makedepends = qt6-tools
+   depends = qt6-base
+   depends = qt6-svg
+   depends = qt6-5compat
+   depends = quazip-qt6
+   depends = qt6-websockets
+   depends = libdatovka
+   depends = openssl
+   depends = hicolor-icon-theme
+   source = 
https://secure.nic.cz/files/datove_schranky/4.23.0/datovka-4.23.0.tar.xz
+   sha256sums = 
dc8fbed22a2d4734156652daf2dd43c0828a180a27b0bda34682dded06e3bf67
+
+pkgname = datovka


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=datovka
-pkgver=4.22.1
+pkgver=4.23.0
 pkgrel=1
 pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 
'qt6-websockets'
  'libdatovka' 'openssl' 'hicolor-icon-theme')
 makedepends=('qt6-tools')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('f7b043d2f887951a9719e8c8d1b1585cc716dbea3474a09bf1fd2667d63a2fdc')
+sha256sums=('dc8fbed22a2d4734156652daf2dd43c0828a180a27b0bda34682dded06e3bf67')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/datovka] Pushed new tag 4.23.0-1

2023-12-15 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 4.23.0-1 at Arch Linux / Packaging / Packages 
/ datovka

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.5.0-6 - rebuild with icu 74

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
74c1d6e4 by Jaroslav Lichtblau at 2023-12-14T22:33:26+01:00
upgpkg: 0.5.0-6 - rebuild with icu 74

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
pkgver = 0.5.0
-   pkgrel = 5
+   pkgrel = 6
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libdatovka
 pkgver=0.5.0
-pkgrel=5
+pkgrel=6
 pkgdesc="ISDS client library"
 arch=('x86_64')
 url="https://www.datovka.cz/cs/pages/libdatovka.html";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatovka/-/commit/74c1d6e4672ff78c0b7ebc8d1477d42a3058aaeb

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




[Git][archlinux/packaging/packages/libdatovka] Pushed new tag 0.5.0-6

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.5.0-6 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.5.0-5 - new upstream release

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
6dd706ac by Jaroslav Lichtblau at 2023-12-14T22:31:15+01:00
upgpkg: 0.5.0-5 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
pkgver = 0.5.0
-   pkgrel = 4
+   pkgrel = 5
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libdatovka
 pkgver=0.5.0
-pkgrel=4
+pkgrel=5
 pkgdesc="ISDS client library"
 arch=('x86_64')
 url="https://www.datovka.cz/cs/pages/libdatovka.html";



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

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




[Git][archlinux/packaging/packages/libdatovka] Pushed new tag 0.5.0-5

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.5.0-5 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.5.0-4 - rebuild with icu 74

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
5ff04b87 by Jaroslav Lichtblau at 2023-12-14T21:59:27+01:00
upgpkg: 0.5.0-4 - rebuild with icu 74

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
pkgver = 0.5.0
-   pkgrel = 3
+   pkgrel = 4
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libdatovka
 pkgver=0.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="ISDS client library"
 arch=('x86_64')
 url="https://www.datovka.cz/cs/pages/libdatovka.html";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatovka/-/commit/5ff04b87596275a8bb2ca58cf0649342ea1c944d

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




[Git][archlinux/packaging/packages/libdatovka] Pushed new tag 0.5.0-4

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.5.0-4 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/libdatovka] Pushed new tag 0.5.0-3

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.5.0-3 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.5.0-3 - fixing push

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
3594d116 by Jaroslav Lichtblau at 2023-12-14T21:55:26+01:00
upgpkg: 0.5.0-3 - fixing push

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
pkgver = 0.5.0
-   pkgrel = 2
+   pkgrel = 3
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libdatovka
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="ISDS client library"
 arch=('x86_64')
 url="https://www.datovka.cz/cs/pages/libdatovka.html";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatovka/-/commit/3594d1164ba78d907b8f281add73b54ef9dfcdba

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




[Git][archlinux/packaging/packages/libdatovka] Pushed new tag 0.5.0-2

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.5.0-2 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.5.0-2 - rebuild with icu 74

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
2e20ea36 by Jaroslav Lichtblau at 2023-12-14T21:31:45+01:00
upgpkg: 0.5.0-2 - rebuild with icu 74

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
pkgver = 0.5.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libdatovka
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="ISDS client library"
 arch=('x86_64')
 url="https://www.datovka.cz/cs/pages/libdatovka.html";



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

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




[Git][archlinux/packaging/packages/libdatovka][main] upgpkg: 0.5.0-1 - new upstream release

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
libdatovka


Commits:
faa365dc by Jaroslav Lichtblau at 2023-12-14T21:24:12+01:00
upgpkg: 0.5.0-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatovka
pkgdesc = ISDS client library
-   pkgver = 0.3.0
-   pkgrel = 4
+   pkgver = 0.5.0
+   pkgrel = 1
url = https://www.datovka.cz/cs/pages/libdatovka.html
arch = x86_64
license = LGPL
@@ -9,7 +9,7 @@ pkgbase = libdatovka
depends = libxml2
depends = openssl
depends = curl
-   source = 
https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-0.3.0.tar.xz
-   sha256sums = 
c69905a1be69774a6956a8145c1631d453de162caaef1769c692501c2340261b
+   source = 
https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-0.5.0.tar.xz
+   sha256sums = 
7c1563abf9e08d508c6a09f39f75dfdb7f636c910fdfc708f80e0757083b71e2
 
 pkgname = libdatovka


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=libdatovka
-pkgver=0.3.0
-pkgrel=4
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="ISDS client library"
 arch=('x86_64')
 url="https://www.datovka.cz/cs/pages/libdatovka.html";
@@ -10,7 +10,7 @@ license=('LGPL')
 depends=('libxml2' 'openssl' 'curl')
 makedepends=('docbook-xsl')
 
source=(https://secure.nic.cz/files/datove_schranky/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c69905a1be69774a6956a8145c1631d453de162caaef1769c692501c2340261b')
+sha256sums=('7c1563abf9e08d508c6a09f39f75dfdb7f636c910fdfc708f80e0757083b71e2')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatovka/-/commit/faa365dc7788ad1423bb0f794f628e867e729c75

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




[Git][archlinux/packaging/packages/libdatovka] Pushed new tag 0.5.0-1

2023-12-14 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.5.0-1 at Arch Linux / Packaging / Packages 
/ libdatovka

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




[Git][archlinux/packaging/packages/poedit][main] upgpkg: 1:3.4.1-1 - new upstream release

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
poedit


Commits:
8e1f82e8 by Jaroslav Lichtblau at 2023-11-12T20:58:23+01:00
upgpkg: 1:3.4.1-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = poedit
pkgdesc = Cross-platform gettext catalogs (.po files) editor
-   pkgver = 3.4
+   pkgver = 3.4.1
pkgrel = 1
epoch = 1
url = https://www.poedit.net/
@@ -11,7 +11,7 @@ pkgbase = poedit
depends = lucene++
depends = wxwidgets-gtk3
depends = webkit2gtk
-   source = 
https://github.com/vslavik/poedit/releases/download/v3.4-oss/poedit-3.4.tar.gz
-   sha256sums = 
b1eaf919a77057bf9d18c643efb64909fe6b32d49d189ecfa953165a3517398c
+   source = 
https://github.com/vslavik/poedit/releases/download/v3.4.1-oss/poedit-3.4.1.tar.gz
+   sha256sums = 
18dbe9a8b0ed4eebc864b3e708b35e9705bd07399dd5f7d604d0abd148ac50a5
 
 pkgname = poedit


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=poedit
 epoch=1
-pkgver=3.4
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('x86_64')
@@ -16,7 +16,7 @@ license=('MIT')
 depends=('gtkspell3' 'lucene++' 'wxwidgets-gtk3' 'webkit2gtk')
 makedepends=('boost')
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-sha256sums=('b1eaf919a77057bf9d18c643efb64909fe6b32d49d189ecfa953165a3517398c')
+sha256sums=('18dbe9a8b0ed4eebc864b3e708b35e9705bd07399dd5f7d604d0abd148ac50a5')
 
 build() {
   cd ${pkgname}-${pkgver}



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

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




[Git][archlinux/packaging/packages/poedit] Pushed new tag 1-3.4.1-1

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 1-3.4.1-1 at Arch Linux / Packaging / 
Packages / poedit

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




[Git][archlinux/packaging/packages/poedit] Pushed new tag 1-3.4-1

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 1-3.4-1 at Arch Linux / Packaging / Packages 
/ poedit

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




[Git][archlinux/packaging/packages/poedit][main] upgpkg: 1:3.4-1 - new upstream release

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
poedit


Commits:
725c0f52 by Jaroslav Lichtblau at 2023-11-12T20:53:05+01:00
upgpkg: 1:3.4-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = poedit
+   pkgdesc = Cross-platform gettext catalogs (.po files) editor
+   pkgver = 3.4
+   pkgrel = 1
+   epoch = 1
+   url = https://www.poedit.net/
+   arch = x86_64
+   license = MIT
+   makedepends = boost
+   depends = gtkspell3
+   depends = lucene++
+   depends = wxwidgets-gtk3
+   depends = webkit2gtk
+   source = 
https://github.com/vslavik/poedit/releases/download/v3.4-oss/poedit-3.4.tar.gz
+   sha256sums = 
b1eaf919a77057bf9d18c643efb64909fe6b32d49d189ecfa953165a3517398c
+
+pkgname = poedit


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 pkgname=poedit
 epoch=1
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.4
+pkgrel=1
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('x86_64')
 url="https://www.poedit.net/";
@@ -16,7 +16,7 @@ license=('MIT')
 depends=('gtkspell3' 'lucene++' 'wxwidgets-gtk3' 'webkit2gtk')
 makedepends=('boost')
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-sha256sums=('e64139dd4beac1b8ea468d351b2b4bdae8ecbc6f4ca5d1ee1c73832036fff097')
+sha256sums=('b1eaf919a77057bf9d18c643efb64909fe6b32d49d189ecfa953165a3517398c')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/poedit/-/commit/725c0f52a02efe982aa2cdd08609b3b1dd0a15ee

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




[Git][archlinux/packaging/packages/homebank][main] upgpkg: 5.7.2-1 - new upstream release

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
homebank


Commits:
65f09082 by Jaroslav Lichtblau at 2023-11-12T20:47:01+01:00
upgpkg: 5.7.2-1 - new upstream release

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- homebank.changelog


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = homebank
pkgdesc = Free, easy, personal accounting for everyone
-   pkgver = 5.7.1
+   pkgver = 5.7.2
pkgrel = 1
url = http://homebank.free.fr/
changelog = homebank.changelog
@@ -15,7 +15,7 @@ pkgbase = homebank
depends = perl-xml-parser
depends = shared-mime-info
depends = libsoup
-   source = http://homebank.free.fr/public/sources/homebank-5.7.1.tar.gz
-   sha256sums = 
7f0a929d775eef26a5a9f29fa3c013f3eefadbf6982cc086a7c75dddb9b4f429
+   source = http://homebank.free.fr/public/sources/homebank-5.7.2.tar.gz
+   sha256sums = 
331d7ef88d90f3f34ca6610f7f18e89e935443b18b091a87d9b94bd7556399ef
 
 pkgname = homebank


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.7.1
+pkgver=5.7.2
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 
'libofx'
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/sources/$pkgname-$pkgver.tar.gz)
-sha256sums=('7f0a929d775eef26a5a9f29fa3c013f3eefadbf6982cc086a7c75dddb9b4f429')
+sha256sums=('331d7ef88d90f3f34ca6610f7f18e89e935443b18b091a87d9b94bd7556399ef')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


=====
homebank.changelog
=====
@@ -1,3 +1,6 @@
+2023-11-12 Jaroslav Lichtblau 
+   * homebank 5.7.2-1
+
 2023-11-12 Jaroslav Lichtblau 
* homebank 5.7.1-1
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/homebank/-/commit/65f090823c9f7cc7d1c55f817a54ef254fbc4599

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




[Git][archlinux/packaging/packages/homebank] Pushed new tag 5.7.2-1

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 5.7.2-1 at Arch Linux / Packaging / Packages 
/ homebank

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




[Git][archlinux/packaging/packages/homebank][main] upgpkg: 5.7.1-1 - new upstream release

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
homebank


Commits:
218afc79 by Jaroslav Lichtblau at 2023-11-12T20:44:04+01:00
upgpkg: 5.7.1-1 - new upstream release

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- homebank.changelog


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = homebank
pkgdesc = Free, easy, personal accounting for everyone
-   pkgver = 5.7
+   pkgver = 5.7.1
pkgrel = 1
url = http://homebank.free.fr/
changelog = homebank.changelog
@@ -15,7 +15,7 @@ pkgbase = homebank
depends = perl-xml-parser
depends = shared-mime-info
depends = libsoup
-   source = http://homebank.free.fr/public/sources/homebank-5.7.tar.gz
-   sha256sums = 
c43895cc379e03e2ae2c44a3f75d4b06af21803965b6bc52034e75c54383d91a
+   source = http://homebank.free.fr/public/sources/homebank-5.7.1.tar.gz
+   sha256sums = 
7f0a929d775eef26a5a9f29fa3c013f3eefadbf6982cc086a7c75dddb9b4f429
 
 pkgname = homebank


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.7
+pkgver=5.7.1
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 
'libofx'
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/sources/$pkgname-$pkgver.tar.gz)
-sha256sums=('c43895cc379e03e2ae2c44a3f75d4b06af21803965b6bc52034e75c54383d91a')
+sha256sums=('7f0a929d775eef26a5a9f29fa3c013f3eefadbf6982cc086a7c75dddb9b4f429')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


=====
homebank.changelog
=====
@@ -1,3 +1,6 @@
+2023-11-12 Jaroslav Lichtblau 
+   * homebank 5.7.1-1
+
 2023-10-01 Jaroslav Lichtblau 
* homebank 5.7-1
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/homebank/-/commit/218afc79cfabf44ca0a9c007fb7e01f5af878223

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




[Git][archlinux/packaging/packages/homebank] Pushed new tag 5.7.1-1

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 5.7.1-1 at Arch Linux / Packaging / Packages 
/ homebank

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




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.120.1-1 - new upstream release

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
hugo


Commits:
4335c6f4 by Jaroslav Lichtblau at 2023-11-12T20:41:58+01:00
upgpkg: 0.120.1-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.120.0
+   pkgver = 0.120.1
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = hugo
makedepends = git
depends = glibc
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.120.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.120.0.tar.gz
-   sha512sums = 
5e71501bc40e0118f5215c5aecbd7922bbf3c543a706f50624e85caa090fae09d1d9f5f82e1b4ff65335053e68d7027859b4e5b387173736c85e330c4c28e65d
+   source = 
hugo-0.120.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.120.1.tar.gz
+   sha512sums = 
b8f6676f9565e2a5510d68cd86bc470121276c36b2ad3fc4fbb02e9d140c97916e4967edaaf1a333c02c1654c95726ba0a4d19229982a6e4367c25b04c3c7e5a
 
 pkgname = hugo


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.120.0
+pkgver=0.120.1
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('glibc')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('5e71501bc40e0118f5215c5aecbd7922bbf3c543a706f50624e85caa090fae09d1d9f5f82e1b4ff65335053e68d7027859b4e5b387173736c85e330c4c28e65d')
+sha512sums=('b8f6676f9565e2a5510d68cd86bc470121276c36b2ad3fc4fbb02e9d140c97916e4967edaaf1a333c02c1654c95726ba0a4d19229982a6e4367c25b04c3c7e5a')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/4335c6f41cf5186f185c5c2a8ae67698245f4823

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




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.120.1-1

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.120.1-1 at Arch Linux / Packaging / 
Packages / hugo

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




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.120.0-1

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 0.120.0-1 at Arch Linux / Packaging / 
Packages / hugo

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




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.120.0-1 - new upstream release

2023-11-12 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
hugo


Commits:
b08da978 by Jaroslav Lichtblau at 2023-11-12T17:46:15+01:00
upgpkg: 0.120.0-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.119.0
+   pkgver = 0.120.0
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = hugo
makedepends = git
depends = glibc
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.119.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.119.0.tar.gz
-   sha512sums = 
ce77d60869173d18d46d91e4f23910c709ccabdf81976c1c96177a9fbad965a13a735fafce37f413a40a5af248510e49f8b2da86c1ba4291fb8b3941e91ee5ea
+   source = 
hugo-0.120.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.120.0.tar.gz
+   sha512sums = 
5e71501bc40e0118f5215c5aecbd7922bbf3c543a706f50624e85caa090fae09d1d9f5f82e1b4ff65335053e68d7027859b4e5b387173736c85e330c4c28e65d
 
 pkgname = hugo


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.119.0
+pkgver=0.120.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('glibc')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('ce77d60869173d18d46d91e4f23910c709ccabdf81976c1c96177a9fbad965a13a735fafce37f413a40a5af248510e49f8b2da86c1ba4291fb8b3941e91ee5ea')
+sha512sums=('5e71501bc40e0118f5215c5aecbd7922bbf3c543a706f50624e85caa090fae09d1d9f5f82e1b4ff65335053e68d7027859b4e5b387173736c85e330c4c28e65d')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/b08da978b92f25b5d9992f6bbc184ec9d5c31419

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




[Git][archlinux/packaging/packages/gnucash][main] upgpkg: 5.4-1 - new upstream release

2023-10-01 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
gnucash


Commits:
f8a0bbef by Jaroslav Lichtblau at 2023-10-01T12:34:16+02:00
upgpkg: 5.4-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,31 @@
+pkgbase = gnucash
+   pkgdesc = Personal and small-business financial-accounting application
+   pkgver = 5.4
+   pkgrel = 1
+   url = https://gnucash.org/
+   arch = x86_64
+   license = GPL
+   makedepends = boost
+   makedepends = cmake
+   makedepends = gtest
+   makedepends = libdbi-drivers
+   makedepends = mariadb-libs
+   makedepends = postgresql-libs
+   makedepends = swig
+   makedepends = python
+   depends = aqbanking
+   depends = gwenhywfar
+   depends = boost-libs
+   depends = guile
+   depends = libdbi
+   depends = webkit2gtk
+   depends = libofx
+   optdepends = gnucash-docs: documentation
+   optdepends = libdbi-drivers: open and save data into SQL database
+   optdepends = perl-date-manip: stock information lookups
+   optdepends = perl-finance-quote: stock information lookups
+   options = !emptydirs
+   source = https://downloads.sourceforge.net/gnucash/gnucash-5.4.tar.bz2
+   sha256sums = 
9a069fe2bfea7ddf8afb90a523beab02a0963e9f1d4c36da9c91aef74787f354
+
+pkgname = gnucash


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=5.3
-pkgrel=2
+pkgver=5.4
+pkgrel=1
 pkgdesc='Personal and small-business financial-accounting application'
 arch=(x86_64)
 url='https://gnucash.org/'
@@ -18,7 +18,7 @@ optdepends=('gnucash-docs: documentation'
 'perl-finance-quote: stock information lookups')
 options=(!emptydirs)
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1458cb08c585eae9d724bec6f2812bcc03bbe83ed294a46a7897aaab01a6f15a')
+sha256sums=('9a069fe2bfea7ddf8afb90a523beab02a0963e9f1d4c36da9c91aef74787f354')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash/-/commit/f8a0bbef02ed4a6fd489b371d3108233a33839b0

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




[Git][archlinux/packaging/packages/gnucash] Pushed new tag 5.4-1

2023-10-01 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed new tag 5.4-1 at Arch Linux / Packaging / Packages / 
gnucash

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




[Git][archlinux/packaging/packages/gnucash-docs][main] upgpkg: 5.4-1 - new upstream release

2023-10-01 Thread Jaroslav Lichtblau (@jlichtblau)


Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
gnucash-docs


Commits:
b579b31b by Jaroslav Lichtblau at 2023-10-01T12:33:40+02:00
upgpkg: 5.4-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = gnucash-docs
+   pkgdesc = Documentation for GnuCash
+   pkgver = 5.4
+   pkgrel = 1
+   url = https://gnucash.org/docs.phtml
+   arch = any
+   license = FDL
+   makedepends = cmake
+   depends = yelp
+   source = 
https://downloads.sourceforge.net/gnucash/gnucash-docs-5.4.tar.gz
+   sha256sums = 
e2a93460e7768b1b18e466e352ac13212b75094be6334ca0427b6cd4f66d8793
+
+pkgname = gnucash-docs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=gnucash-docs
-pkgver=5.1
+pkgver=5.4
 pkgrel=1
 pkgdesc='Documentation for GnuCash'
 arch=('any')
@@ -12,7 +12,7 @@ license=('FDL')
 depends=('yelp')
 makedepends=('cmake')
 source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('59bd2b5ccc1efa7a034b38663e28f855b4ad16ee28b2248d61af8145097152f6')
+sha256sums=('e2a93460e7768b1b18e466e352ac13212b75094be6334ca0427b6cd4f66d8793')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash-docs/-/commit/b579b31b7805880b8e0c096ef5c739cbf7455ff3

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




  1   2   3   4   5   6   7   8   9   10   >