Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages /
synbak
Commits:
aa9f709d by Jaroslav Lichtblau at 2026-07-11T14:26:38+02:00
upgpkg: 3.8.3-1 - new upstream release
- - - - -
4 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
- synbak.changelog
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = synbak
pkgdesc = Meant to unify several backup methods in a single application
while supplying a powerful reporting system
- pkgver = 3.8.2
- pkgrel = 2
+ pkgver = 3.8.3
+ pkgrel = 1
url = https://github.com/ugoviti/synbak
changelog = synbak.changelog
arch = any
license = GPL
depends = bc
depends = netcat
- source =
synbak-3.8.2.tar.gz::https://github.com/ugoviti/synbak/archive/3.8.2.tar.gz
- sha256sums =
9f918022cbe6384c032df33d7714f07a9ed65adfe8c48e353be0273279034601
+ source =
synbak-3.8.3.tar.gz::https://github.com/ugoviti/synbak/archive/3.8.3.tar.gz
+ sha256sums =
fc43887fd61b6a5d37d18f7eb4567e21b2d41edde472d810bb7aa57c5f3785cb
pkgname = synbak
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: aeolist <[email protected]>
pkgname=synbak
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.8.3
+pkgrel=1
pkgdesc="Meant to unify several backup methods in a single application while
supplying a powerful reporting system"
arch=('any')
url='https://github.com/ugoviti/synbak'
@@ -13,7 +13,7 @@ license=('GPL')
depends=('bc' 'netcat')
changelog=$pkgname.changelog
source=($pkgname-$pkgver.tar.gz::https://github.com/ugoviti/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9f918022cbe6384c032df33d7714f07a9ed65adfe8c48e353be0273279034601')
+sha256sums=('fc43887fd61b6a5d37d18f7eb4567e21b2d41edde472d810bb7aa57c5f3785cb')
build() {
cd ${pkgname}-${pkgver}
=====================================
REUSE.toml
=====================================
@@ -17,6 +17,7 @@ path = [
"*.timer",
"*.desktop",
"*.hook",
+ "*.changelog",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
=====================================
synbak.changelog
=====================================
@@ -1,3 +1,6 @@
+2026-07-11 Jaroslav Lichtblau <[email protected]>
+ * synbak 3.8.3-1
+
2021-07-01 Jaroslav Lichtblau <[email protected]>
* synbak 3.8.2-1
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/synbak/-/commit/aa9f709d648932bbf474e467eda3cd2370426825
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/synbak/-/commit/aa9f709d648932bbf474e467eda3cd2370426825
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help