Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
nvchecker


Commits:
d7f6e52f by Chih-Hsuan Yen at 2023-12-03T00:05:54+08:00
upgpkg: 2.12-3; backport one more fix for symlinks

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,46 @@
+pkgbase = nvchecker
+       pkgdesc = New version checker for software releases
+       pkgver = 2.12
+       pkgrel = 3
+       url = https://github.com/lilydjwg/nvchecker
+       arch = any
+       license = MIT
+       checkdepends = python-pytest
+       checkdepends = python-pytest-asyncio
+       checkdepends = python-pytest-httpbin
+       checkdepends = python-flaky
+       checkdepends = pyalpm
+       checkdepends = python-awesomeversion
+       checkdepends = python-lxml
+       checkdepends = git
+       makedepends = git
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       makedepends = python-docutils
+       makedepends = python-pygments
+       makedepends = python-gobject
+       makedepends = python-toml
+       makedepends = python-aiohttp
+       makedepends = python-httpx
+       depends = python
+       depends = python-structlog
+       depends = python-platformdirs
+       depends = python-tornado
+       depends = python-pycurl
+       optdepends = pyalpm: for using "sort_version_key = vercmp" in 
configuration files and the alpm source
+       optdepends = python-awesomeversion: for using "sort_version_key = 
awesomeversion" in configuration files
+       optdepends = python-lxml: for the htmlparser source
+       optdepends = python-packaging: for the pypi source
+       optdepends = python-toml: for nvchecker-ini2toml script
+       optdepends = python-aiohttp: alternative HTTP backend
+       optdepends = python-httpx: alternative HTTP backend
+       optdepends = git: support for git repositories
+       optdepends = python-gobject: for nvchecker-notify
+       optdepends = libnotify: for nvchecker-notify
+       source = 
git+https://github.com/lilydjwg/nvchecker.git?signed#tag=7df19d25b745481622f23668036020b664e6ee66
+       validpgpkeys = 356690A1E7404E30D0E902B2E64D049594A54F54
+       sha512sums = SKIP
+
+pkgname = nvchecker


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=nvchecker
 pkgver=2.12
 # curl https://api.github.com/repos/lilydjwg/nvchecker/git/ref/tags/v$pkgver | 
jq -r .object.sha
 _tag=7df19d25b745481622f23668036020b664e6ee66
-pkgrel=2
+pkgrel=3
 pkgdesc="New version checker for software releases"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker";
@@ -55,8 +55,10 @@ _backports=(
   # fix pacman test
   '5a6fee28176403337d11053640aabcaea512cebd'
 
-  # see https://github.com/lilydjwg/nvchecker/pull/233 (unmerged)
-  '1986f2953a0e1dda8abb42b9d8847308546f4ea6'
+  # see https://github.com/lilydjwg/nvchecker/pull/233 (merged)
+  '9221a476c520c80a56cd25f39823287c10d2aac0'
+  # see https://github.com/lilydjwg/nvchecker/pull/240 (merged)
+  '0ba8cd41deb150293b70c0965af7f6c8cf8eb571'
 )
 
 pkgver() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/d7f6e52f576da9a27021ae4475340e1df69fe972

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/d7f6e52f576da9a27021ae4475340e1df69fe972
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to