[arch-commits] Commit in nvchecker/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Tue Nov 3 15:46:53 UTC 2020


    Date: Tuesday, November 3, 2020 @ 15:46:51
  Author: yan12125
Revision: 741171

upgpkg: nvchecker 2.2-1; add optdepends for the new nvchecker-notify

Also closes FS#68165

Modified:
  nvchecker/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-03 14:22:26 UTC (rev 741170)
+++ PKGBUILD	2020-11-03 15:46:51 UTC (rev 741171)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=nvchecker
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
@@ -15,9 +15,11 @@
 optdepends=(
   'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
   'git: support for git repositories'
+  'python-gobject: for nvchecker-notify'
+  'libnotify: for nvchecker-notify'
 )
 source=("https://github.com/lilydjwg/nvchecker/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('c9c000b0b648996888a7263fb722779287b5d94e4eb377caf115baa3d4efc9c7c334c1ead43855df057801a22cc86021a314b7c987f0b5596eee972526aba7f9')
+sha512sums=('fb4043cf952f12d72eb5b26adc9eb55722c8461be9bdefc1e3512985bae2bc26f5c994f045df3485029d53ff31a731e4d1bd6323fa35eeefbb548bdae074d6e0')
 
 build() {
   cd nvchecker-$pkgver



More information about the arch-commits mailing list