makedeb
a tool for checking if a new version of some software has been released.
Click here to go back to the commit logs for nvchecker.
Hash: 12367b529124b08eb67f21a0fe42fec8451c6efd
Message: 2.16
diff --git a/.SRCINFO b/.SRCINFO
index c977647..dec03da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,32 +2,33 @@ generated-by = makedeb
pkgname = nvchecker
pkgbase = nvchecker
pkgdesc = a tool for checking if a new version of some software has been released.
-pkgrel = 1
-pkgver = 2.12
+pkgrel = 0
+pkgver = 2.16
url = https://github.com/lilydjwg/nvchecker
arch = all
depends = python3
depends = python3-structlog
depends = python3-tornado
depends = python3-pycurl
-depends = python3-tomli
depends = python3-platformdirs
license = MIT
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
makedepends = python3-setuptools
+optdepends = python3-tomli: for Python < 3.11
optdepends = python3-awesomeversion: for "sort_version_key = awesomeversion" config
optdepends = python3-packaging: for "pypi" source
optdepends = python3-lxml: for "htmlparser" source
optdepends = python3-gi: for nvchecker-notify
optdepends = libnotify4: for nvchecker-notify
-source = nvchecker-2.12.tar.gz::https://github.com/lilydjwg/nvchecker/archive/refs/tags/v2.12.tar.gz
-b2sums = 081e7bd08012bd08d0e2dbffc8e8554af72b90f7a7c856d7c4a5072b2f1d2c1e6bf05235309c74229097827752d13b201f59d2ea2d72b8b4ee7a005b5823d9e9
+source = nvchecker-2.16.tar.gz::https://github.com/lilydjwg/nvchecker/archive/refs/tags/v2.16.tar.gz
+b2sums = a51600e3552ec27146e37b70f1cd292db6e3f0dddea545bec16aa3e09de1691d0a04f49e6ab8678c8b8ea550a173a02d16997684d4545300fe602c643e1214f8
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
makedepends = python3-setuptools
+optdepends = python3-tomli: for Python < 3.11
optdepends = python3-awesomeversion: for "sort_version_key = awesomeversion" config
optdepends = python3-packaging: for "pypi" source
optdepends = python3-lxml: for "htmlparser" source
diff --git a/PKGBUILD b/PKGBUILD
index 7115139..8863592 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,23 +4,24 @@
# Contributor: lilydjwg (AUR) <lilydjwg@gmail.com>
pkgname=nvchecker
-pkgver=2.12
-pkgrel=1
+pkgver=2.16
+pkgrel=0
pkgdesc="a tool for checking if a new version of some software has been released."
arch=('all')
url="https://github.com/lilydjwg/nvchecker"
license=('MIT')
-depends=('python3' 'python3-structlog' 'python3-tornado' 'python3-pycurl' 'python3-tomli' 'python3-platformdirs')
+depends=('python3' 'python3-structlog' 'python3-tornado' 'python3-pycurl' 'python3-platformdirs')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-setuptools')
optdepends=(
#arch 'pyalpm: for "sort_version_key = vercmp" config'
+ 'python3-tomli: for Python < 3.11'
'python3-awesomeversion: for "sort_version_key = awesomeversion" config'
'python3-packaging: for "pypi" source'
'python3-lxml: for "htmlparser" source'
'python3-gi: for nvchecker-notify'
'libnotify4: for nvchecker-notify')
source=("${pkgname}-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/refs/tags/v$pkgver.tar.gz")
-b2sums=('081e7bd08012bd08d0e2dbffc8e8554af72b90f7a7c856d7c4a5072b2f1d2c1e6bf05235309c74229097827752d13b201f59d2ea2d72b8b4ee7a005b5823d9e9')
+b2sums=('a51600e3552ec27146e37b70f1cd292db6e3f0dddea545bec16aa3e09de1691d0a04f49e6ab8678c8b8ea550a173a02d16997684d4545300fe602c643e1214f8')
build() {
cd $srcdir/${pkgname}-$pkgver