Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
liborcus
Commits:
3f783eeb by Andreas Radke at 2025-09-17T19:35:31+02:00
upgpkg: 0.21.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = liborcus
pkgdesc = File import filter library for spreadsheet documents.
- pkgver = 0.20.2
+ pkgver = 0.21.0
pkgrel = 1
url = https://gitlab.com/orcus/orcus/blob/master/README.md
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = liborcus
depends = zlib
depends = python
optdepends = python-requests: in tool bugzilla
- source =
https://gitlab.com/api/v4/projects/orcus%2Forcus/packages/generic/source/0.20.2/liborcus-0.20.2.tar.xz
- sha256sums =
85fb0af34042108f2b6aa8e7f3994fe972fd79efe3f1cd01dc7a49b0ffc5ca13
+ source =
https://gitlab.com/api/v4/projects/orcus%2Forcus/packages/generic/source/0.21.0/liborcus-0.21.0.tar.xz
+ sha256sums =
1c6e473d6b8a63d61d0e6874a1762d6f0e0e78338d763e48ac93126ecde19b37
pkgname = liborcus
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Thomas Arnhold <thomas at arnhold dot org>
pkgname=liborcus
-pkgver=0.20.2
+pkgver=0.21.0
pkgrel=1
pkgdesc="File import filter library for spreadsheet documents."
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('boost' 'mdds')
optdepends=('python-requests: in tool bugzilla')
source=(https://gitlab.com/api/v4/projects/orcus%2Forcus/packages/generic/source/${pkgver}/liborcus-${pkgver}.tar.xz)
# https://gitlab.com/orcus/orcus/-/releases
-sha256sums=('85fb0af34042108f2b6aa8e7f3994fe972fd79efe3f1cd01dc7a49b0ffc5ca13')
+sha256sums=('1c6e473d6b8a63d61d0e6874a1762d6f0e0e78338d763e48ac93126ecde19b37')
build() {
cd "${pkgname}"-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liborcus/-/commit/3f783eebfd88f7aac08edefeddd79d28401ee617
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liborcus/-/commit/3f783eebfd88f7aac08edefeddd79d28401ee617
You're receiving this email because of your account on gitlab.archlinux.org.