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


Commits:
ffc0d875 by Robin Candau at 2024-05-09T21:14:16+02:00
upgpkg: 0.2.9-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-djvu
        pkgdesc = DjVu support for Zathura
        pkgver = 0.2.9
-       pkgrel = 6
+       pkgrel = 7
        url = https://pwmt.org/projects/zathura-djvu/
        arch = x86_64
        license = Zlib
@@ -10,7 +10,7 @@ pkgbase = zathura-djvu
        depends = djvulibre
        depends = zathura
        depends = desktop-file-utils
-       source = 
zathura-djvu-0.2.9.tar.gz::https://git.pwmt.org/pwmt/zathura-djvu/-/archive/0.2.9/zathura-djvu-0.2.9.tar.gz
+       source = 
zathura-djvu-0.2.9.tar.gz::https://github.com/pwmt/zathura-djvu/archive/refs/tags/0.2.9.tar.gz
        sha512sums = 
54fca6bac30b73caf5ba882b2a52538845b9f2c5bcdc671071b2324ba6e1844510a400c87f17ea91ee5dbb768bc94a989df6657ee701041c924607fa846ba3f7
 
 pkgname = zathura-djvu


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


=====================================
PKGBUILD
=====================================
@@ -6,14 +6,14 @@
 
 pkgname=zathura-djvu
 pkgver=0.2.9
-pkgrel=6
+pkgrel=7
 pkgdesc="DjVu support for Zathura"
 url="https://pwmt.org/projects/zathura-djvu/";
 arch=('x86_64')
 license=('Zlib')
 depends=('djvulibre' 'zathura' '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=('54fca6bac30b73caf5ba882b2a52538845b9f2c5bcdc671071b2324ba6e1844510a400c87f17ea91ee5dbb768bc94a989df6657ee701041c924607fa846ba3f7')
 
 build() {



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

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


Reply via email to