Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
tellico
Commits:
a5476fae by Antonio Rojas at 2025-01-15T09:19:10+01:00
upgpkg: 4.1-1: Update to 4.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = tellico
pkgdesc = A collection manager for KDE
- pkgver = 4.0.1
+ pkgver = 4.1
pkgrel = 1
url = https://tellico-project.org/
changelog = tellico.changelog
@@ -28,7 +28,7 @@ pkgbase = tellico
depends = qt6-base
depends = qt6-charts
depends = qt6-webengine
- source = https://tellico-project.org/files/tellico-4.0.1.tar.xz
- sha256sums =
c8945b9425ec09e8ee4e5eeab0f2618769e186026823677fe2cb4cf41a68cd24
+ source = https://tellico-project.org/files/tellico-4.1.tar.xz
+ sha256sums =
5230d57ad6e6095237f8af2938ba8ef44851018e4037cadc0458af2b87a4f101
pkgname = tellico
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Douglas Soares de Andrade <[email protected]>
pkgname=tellico
-pkgver=4.0.1
+pkgver=4.1
pkgrel=1
pkgdesc="A collection manager for KDE"
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane'
'libkcddb'
makedepends=('cmake' 'extra-cmake-modules' 'kdoctools')
changelog=$pkgname.changelog
source=(https://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('c8945b9425ec09e8ee4e5eeab0f2618769e186026823677fe2cb4cf41a68cd24')
+sha256sums=('5230d57ad6e6095237f8af2938ba8ef44851018e4037cadc0458af2b87a4f101')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tellico/-/commit/a5476fae78df84b329a0b841fe5e9eccfbc8fb85
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tellico/-/commit/a5476fae78df84b329a0b841fe5e9eccfbc8fb85
You're receiving this email because of your account on gitlab.archlinux.org.