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


Commits:
495d631f by Robin Candau at 2024-05-09T21:18:59+02:00
upgpkg: 0.2.7-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-ps
        pkgdesc = Adds ps support to zathura by using the libspectre library
        pkgver = 0.2.7
-       pkgrel = 6
+       pkgrel = 7
        url = https://pwmt.org/projects/zathura-ps
        arch = x86_64
        license = Zlib
@@ -10,7 +10,7 @@ pkgbase = zathura-ps
        depends = libspectre
        depends = zathura
        depends = desktop-file-utils
-       source = 
zathura-ps-0.2.7.tar.gz::https://git.pwmt.org/pwmt/zathura-ps/-/archive/0.2.7/zathura-ps-0.2.7.tar.gz
+       source = 
zathura-ps-0.2.7.tar.gz::https://github.com/pwmt/zathura-ps/archive/refs/tags/0.2.7.tar.gz
        sha512sums = 
b7074d941180938cc5ab3756c587d2bb7e6a87a04707c04eb9707664966ef6fb2f2b8e7b60cb5be0a2548ebb8ab4d2759aa9727f02085946fe6c66a0c559639d
 
 pkgname = zathura-ps


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


=====================================
PKGBUILD
=====================================
@@ -5,14 +5,14 @@
 
 pkgname=zathura-ps
 pkgver=0.2.7
-pkgrel=6
+pkgrel=7
 pkgdesc="Adds ps support to zathura by using the libspectre library"
 url="https://pwmt.org/projects/zathura-ps";
 arch=('x86_64')
 license=('Zlib')
 depends=('libspectre' '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=('b7074d941180938cc5ab3756c587d2bb7e6a87a04707c04eb9707664966ef6fb2f2b8e7b60cb5be0a2548ebb8ab4d2759aa9727f02085946fe6c66a0c559639d')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-ps/-/commit/495d631f8c3c1218bfbdbf95ae7b3ed28d74ca6b

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


Reply via email to