Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
tellico
Commits:
08ff8c41 by Antonio Rojas at 2023-10-23T21:19:20+02:00
upgpkg: 3.5.2-1: Update to 3.5.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tellico
pkgdesc = A collection manager for KDE
- pkgver = 3.5.1
- pkgrel = 2
+ pkgver = 3.5.2
+ pkgrel = 1
url = https://tellico-project.org/
changelog = tellico.changelog
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = tellico
depends = qt5-base
depends = qt5-charts
depends = qt5-webengine
- source = https://tellico-project.org/files/tellico-3.5.1.tar.xz
- sha256sums =
d626702a515b3a44d988db330752c3f578a96aa0b5d3d81f745aa6cc8b5eb70a
+ source = https://tellico-project.org/files/tellico-3.5.2.tar.xz
+ sha256sums =
02c2b8e002d7ba23dafc8a2e7e26a4fc4bfb1395c414543502e56e29ec3e5353
pkgname = tellico
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Douglas Soares de Andrade <[email protected]>
pkgname=tellico
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.5.2
+pkgrel=1
pkgdesc="A collection manager for KDE"
arch=('x86_64')
url="https://tellico-project.org/"
@@ -16,7 +16,7 @@ depends=('exempi' 'hicolor-icon-theme' 'kio5' 'libksane'
'libkcddb'
makedepends=('cmake' 'extra-cmake-modules' 'kdoctools5')
changelog=$pkgname.changelog
source=(https://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('d626702a515b3a44d988db330752c3f578a96aa0b5d3d81f745aa6cc8b5eb70a')
+sha256sums=('02c2b8e002d7ba23dafc8a2e7e26a4fc4bfb1395c414543502e56e29ec3e5353')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tellico/-/commit/08ff8c414c365cc89988bf2bca31828ee4e44fe4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tellico/-/commit/08ff8c414c365cc89988bf2bca31828ee4e44fe4
You're receiving this email because of your account on gitlab.archlinux.org.