Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura-cb


Commits:
d0c35be3 by Robin Candau at 2024-05-09T21:12:37+02:00
upgpkg: 0.1.10-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = zathura-cb
        pkgdesc = Adds comic book support to zathura
        pkgver = 0.1.10
-       pkgrel = 6
+       pkgrel = 7
        url = https://pwmt.org/projects/zathura-cb/
        arch = x86_64
        license = Zlib
@@ -10,7 +10,7 @@ pkgbase = zathura-cb
        depends = zathura
        depends = libarchive
        depends = desktop-file-utils
-       source = 
zathura-cb-0.1.10.tar.gz::https://git.pwmt.org/pwmt/zathura-cb/-/archive/0.1.10/zathura-cb-0.1.10.tar.gz
+       source = 
zathura-cb-0.1.10.tar.gz::https://github.com/pwmt/zathura-cb/archive/refs/tags/0.1.10.tar.gz
        sha512sums = 
5f0de7b6991ca35996b9fc1d32527618b3d0df813d7803ceb7bfcd24762262ab780b01cc8f8aac5ffeb7ca42fac2ba65fd90f74000c9b1bc686d4c4af6ad2a69
 
 pkgname = zathura-cb


=====================================
.nvchecker.toml
=====================================
@@ -1,7 +1,6 @@
 [zathura-cb]
-source = "gitlab"
-host = "git.pwmt.org"
-gitlab = "pwmt/zathura-cb"
+source = "github"
+github = "pwmt/zathura-cb"
 prefix = "v"
 use_max_tag = true
 exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
 
 pkgname=zathura-cb
 pkgver=0.1.10
-pkgrel=6
+pkgrel=7
 pkgdesc="Adds comic book support to zathura"
 url="https://pwmt.org/projects/zathura-cb/";
 arch=('x86_64')
 license=('Zlib')
 depends=('zathura' 'libarchive' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.pwmt.org/pwmt/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz";)
 
sha512sums=('5f0de7b6991ca35996b9fc1d32527618b3d0df813d7803ceb7bfcd24762262ab780b01cc8f8aac5ffeb7ca42fac2ba65fd90f74000c9b1bc686d4c4af6ad2a69')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-cb/-/commit/d0c35be3f1984a6530161150f4a9eaa4e03ec240

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-cb/-/commit/d0c35be3f1984a6530161150f4a9eaa4e03ec240
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to