Daurnimator pushed to branch main at Arch Linux / Packaging / Packages / 
passff-host


Commits:
633340d8 by InsanePrawn at 2025-01-31T03:10:19+01:00
upgrade to 1.2.5 and adjust to codeberg upstream move

- - - - -
9bfb3a44 by Daurnimator at 2025-02-13T12:49:51+11:00
Merge remote-tracking branch 'origin/refs/merge-requests/1/head'

- - - - -
1645d922 by Daurnimator at 2025-02-13T12:50:15+11:00
Fix SPDX identifier

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
 pkgbase = passff-host
        pkgdesc = PassFF native messaging host application for Firefox, 
Chromium, Chrome, Vivaldi
-       pkgver = 1.2.4
+       pkgver = 1.2.5
        pkgrel = 1
        epoch = 1
-       url = https://github.com/passff/passff-host
+       url = https://codeberg.org/PassFF/passff-host
        arch = any
-       license = GPL2
+       license = GPL-2.0-only
        depends = pass
        depends = python
        optdepends = pass-otp
-       source = 
passff-host-1.2.4.tar.gz::https://github.com/passff/passff-host/archive/1.2.4.tar.gz
-       sha256sums = 
02e9bcd31d85582ff9cbb3d902e4cf4bcf9b503d175f6d466a545e4120514a26
+       source = 
passff-host-1.2.5.tar.gz::https://codeberg.org/PassFF/passff-host/archive/1.2.5.tar.gz
+       sha256sums = 
34ac2c8365d514a10787a29ed880c460728e4f1c72f83f3371d293a993854fc6
 
 pkgname = passff-host


=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,3 @@
 [passff-host]
 source = "git"
-git = "https://github.com/passff/passff-host.git";
+git = "https://codeberg.org/PassFF/passff-host.git";


=====================================
PKGBUILD
=====================================
@@ -3,27 +3,27 @@
 # Contributor: arcnmx <arc...@gmail.com>
 
 pkgname=passff-host
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 epoch=1
 pkgdesc="PassFF native messaging host application for Firefox, Chromium, 
Chrome, Vivaldi"
-url="https://github.com/passff/passff-host";
-license=(GPL2)
+url="https://codeberg.org/PassFF/passff-host";
+license=('GPL-2.0-only')
 depends=('pass' 'python')
 optdepends=('pass-otp')
 arch=('any')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/passff/passff-host/archive/${pkgver}.tar.gz";)
-sha256sums=('02e9bcd31d85582ff9cbb3d902e4cf4bcf9b503d175f6d466a545e4120514a26')
+source=("${pkgname}-${pkgver}.tar.gz::https://codeberg.org/PassFF/passff-host/archive/${pkgver}.tar.gz";)
+sha256sums=('34ac2c8365d514a10787a29ed880c460728e4f1c72f83f3371d293a993854fc6')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}"
 
   sed -i -e "s/_VERSIONHOLDER_/${pkgver}/g" 'src/passff.py'
   sed -i -e 's/PLACEHOLDER/\/usr\/share\/passff\/passff.py/' 'src/passff.json'
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}"
 
   install -Dm 755 "src/passff.py" "${pkgdir}/usr/share/passff/passff.py"
   python -O -m compileall "${pkgdir}/usr/share/passff/passff.py"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/passff-host/-/compare/7610269e1370d12153b50717ea2abd83b54ce808...1645d92265337827a62b8f9a741f0e8397cf55ff

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/passff-host/-/compare/7610269e1370d12153b50717ea2abd83b54ce808...1645d92265337827a62b8f9a741f0e8397cf55ff
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to