[arch-commits] Commit in nvchecker/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sat May 8 08:12:23 UTC 2021
Date: Saturday, May 8, 2021 @ 08:12:23
Author: yan12125
Revision: 928678
upgpkg: nvchecker 2.3-2; update tests
Ref: https://github.com/lilydjwg/nvchecker/pull/181
Modified:
nvchecker/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-08 01:25:16 UTC (rev 928677)
+++ PKGBUILD 2021-05-08 08:12:23 UTC (rev 928678)
@@ -3,7 +3,7 @@
pkgname=nvchecker
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc="New version checker for software releases"
arch=('any')
url="https://github.com/lilydjwg/nvchecker"
@@ -18,9 +18,16 @@
'python-gobject: for nvchecker-notify'
'libnotify: for nvchecker-notify'
)
-source=("https://github.com/lilydjwg/nvchecker/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('bbdf6348cfd93ae156ae05b3ddb2fd238448e4a9d44eb00d2518b4657f895468af657372453c1a8c8c75f7d2f75467d884347a1aaecf896c0fdb6186607b0a63')
+source=("https://github.com/lilydjwg/nvchecker/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
+ "nvchecker-update-tests-20210506.patch"::"https://github.com/lilydjwg/nvchecker/commit/134a6885f123a3249c8c5cb168d9bae03c0ea585.patch")
+sha512sums=('bbdf6348cfd93ae156ae05b3ddb2fd238448e4a9d44eb00d2518b4657f895468af657372453c1a8c8c75f7d2f75467d884347a1aaecf896c0fdb6186607b0a63'
+ '0b94b5d72f2322c678425a74c576ecf838e080e905b49b4f2651929fcf5f252b8378cf0df82cc652b604b529c5b202a6013ee4fc22b7204d9abf928bd3a3882d')
+prepare() {
+ cd nvchecker-$pkgver
+ patch -Np1 -i ../nvchecker-update-tests-20210506.patch
+}
+
build() {
cd nvchecker-$pkgver
python setup.py build
More information about the arch-commits
mailing list