git » nvchecker.git » commit d7f6e52

upgpkg: 2.12-3; backport one more fix for symlinks

author Chih-Hsuan Yen
2023-12-02 16:05:54 UTC
committer Chih-Hsuan Yen
2023-12-02 16:05:54 UTC
parent 6b7b03c565702a7b4dcfd376323ae58465edc02b

upgpkg: 2.12-3; backport one more fix for symlinks

.SRCINFO +46 -0
PKGBUILD +5 -3

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..2d792a8
--- /dev/null
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index 23a2e5a..73618b5 100644
--- a/PKGBUILD
+++ b/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() {