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

Felix Yan felixonmars at gemini.archlinux.org
Sun Aug 7 06:48:20 UTC 2022


    Date: Sunday, August 7, 2022 @ 06:48:19
  Author: felixonmars
Revision: 1260490

upgpkg: copr-cli 1.101-2

Modified:
  copr-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-07 06:16:54 UTC (rev 1260489)
+++ PKGBUILD	2022-08-07 06:48:19 UTC (rev 1260490)
@@ -2,13 +2,12 @@
 
 pkgname=copr-cli
 pkgver=1.101
-pkgrel=1
+pkgrel=2
 pkgdesc="CLI tool to run copr"
 url="https://pagure.io/copr/copr"
 license=('GPL')
 arch=('any')
-depends=('python-copr' 'python-humanize' 'python-simplejson' 'python-jinja')
-makedepends=('python-setuptools')
+depends=('python-copr' 'python-humanize' 'python-jinja' 'python-setuptools' 'python-simplejson')
 checkdepends=('python-pytest' 'python-mock' 'python-responses')
 source=("https://pagure.io/copr/copr/archive/copr-cli-$pkgver-1/copr-copr-cli-$pkgver-1.tar.gz")
 sha512sums=('37f2c21786be78ec85e88f7ee79c8975a6e94a9c2428e3df56b13f39b6f93db5acd2622cd8335f1ca873ae30b7999273e39834ecbc7f6b3a87f0408171e1601b')
@@ -26,4 +25,5 @@
 package() {
   cd copr-copr-cli-$pkgver-1/cli
   python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 man/*.1 -t "$pkgdir"/usr/share/man/man1/
 }



More information about the arch-commits mailing list