Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
liborcus
Commits:
4b0aaebd by Andreas Radke at 2025-02-18T18:11:21+01:00
upgpkg: 0.20.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = liborcus
pkgdesc = File import filter library for spreadsheet documents.
- pkgver = 0.19.2
- pkgrel = 5
+ pkgver = 0.20.0
+ pkgrel = 1
url = https://gitlab.com/orcus/orcus/blob/master/README.md
arch = x86_64
license = MPL-2.0
@@ -14,7 +14,7 @@ pkgbase = liborcus
depends = zlib
depends = python
optdepends = python-requests: in tool bugzilla
- source = https://kohei.us/files/orcus/src/liborcus-0.19.2.tar.xz
- sha256sums =
69ed26a00d4aaa7688e62a6e003cbc81928521a45e96605e53365aa499719e39
+ source =
https://gitlab.com/api/v4/projects/orcus%2Forcus/packages/generic/source/0.20.0/liborcus-0.20.0.tar.xz
+ sha256sums =
fb6438977a75e7f455b772acf80d861fbc787ab18d52f7997af44a212311a507
pkgname = liborcus
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Thomas Arnhold <thomas at arnhold dot org>
pkgname=liborcus
-pkgver=0.19.2
-pkgrel=5
+pkgver=0.20.0
+pkgrel=1
pkgdesc="File import filter library for spreadsheet documents."
arch=('x86_64')
url="https://gitlab.com/orcus/orcus/blob/master/README.md"
@@ -11,9 +11,9 @@ license=('MPL-2.0')
depends=('libixion' 'glibc' 'boost-libs' 'gcc-libs' 'zlib' 'python')
makedepends=('boost' 'mdds')
optdepends=('python-requests: in tool bugzilla')
-source=(https://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+source=(https://gitlab.com/api/v4/projects/orcus%2Forcus/packages/generic/source/${pkgver}/liborcus-${pkgver}.tar.xz)
# https://gitlab.com/orcus/orcus/-/releases
-sha256sums=('69ed26a00d4aaa7688e62a6e003cbc81928521a45e96605e53365aa499719e39')
+sha256sums=('fb6438977a75e7f455b772acf80d861fbc787ab18d52f7997af44a212311a507')
build() {
cd "${pkgname}"-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liborcus/-/commit/4b0aaebd6ed74b6f946d289dc70f7196c2a96255
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liborcus/-/commit/4b0aaebd6ed74b6f946d289dc70f7196c2a96255
You're receiving this email because of your account on gitlab.archlinux.org.