git » nvchecker.git » commit cbfe33d

upgpkg: 2.15.1-1

author Chih-Hsuan Yen
2024-06-01 09:53:09 UTC
committer Chih-Hsuan Yen
2024-06-01 09:53:09 UTC
parent 312610663bc644139c956097c9e2fb57a5a4051e

upgpkg: 2.15.1-1

.SRCINFO +3 -3
PKGBUILD +4 -3

diff --git a/.SRCINFO b/.SRCINFO
index ed1ab03..0dd79c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = nvchecker
 	pkgdesc = New version checker for software releases
-	pkgver = 2.15
+	pkgver = 2.15.1
 	pkgrel = 1
 	url = https://github.com/lilydjwg/nvchecker
 	arch = any
@@ -41,8 +41,8 @@ pkgbase = nvchecker
 	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=v2.15
+	source = git+https://github.com/lilydjwg/nvchecker.git?signed#tag=v2.15.1
 	validpgpkeys = 356690A1E7404E30D0E902B2E64D049594A54F54
-	sha512sums = e89d7b43318da8499f762f068d2ce7a0abe525b323749ccc6dcb9b8967ec4e6e6a28f5d92a7e47a9bc3fe0da621ac8eafd9f56909e5d4204e56a6e059ecc9ab8
+	sha512sums = c4c1a7f2fc2952cb05fdbb16f8abc932378c3020707d3f56f0f27bd14dd14119d8d0342b0309db48988a359bf3aece761aa7d152bf46039946f33e99e76f5e26
 
 pkgname = nvchecker
diff --git a/PKGBUILD b/PKGBUILD
index 4ab7a8c..88ea3ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
 
 pkgname=nvchecker
-pkgver=2.15
+pkgver=2.15.1
 pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
@@ -30,7 +30,7 @@ optdepends=(
   'libnotify: for nvchecker-notify'
 )
 source=("git+https://github.com/lilydjwg/nvchecker.git?signed#tag=v$pkgver")
-sha512sums=('e89d7b43318da8499f762f068d2ce7a0abe525b323749ccc6dcb9b8967ec4e6e6a28f5d92a7e47a9bc3fe0da621ac8eafd9f56909e5d4204e56a6e059ecc9ab8')
+sha512sums=('c4c1a7f2fc2952cb05fdbb16f8abc932378c3020707d3f56f0f27bd14dd14119d8d0342b0309db48988a359bf3aece761aa7d152bf46039946f33e99e76f5e26')
 validpgpkeys=(
   # No direct trust chain. Some related stuffs:
   # https://api.github.com/users/lilydjwg/gpg_keys
@@ -65,7 +65,8 @@ build() {
 
 check() {
   cd nvchecker
-  pytest
+  # Skip test_anitya temporarily due to service outage https://pagure.io/fedora-infrastructure/issue/11961
+  pytest -k 'not test_anitya'
 }
 
 package() {