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

Kpcyrd kpcyrd at archlinux.org
Sun Mar 7 16:13:09 UTC 2021


    Date: Sunday, March 7, 2021 @ 16:13:09
  Author: kpcyrd
Revision: 886726

upgpkg: yrd 0.5.3-5: python-setuptools cleanup

Modified:
  yrd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-07 16:13:03 UTC (rev 886725)
+++ PKGBUILD	2021-03-07 16:13:09 UTC (rev 886726)
@@ -3,12 +3,13 @@
 
 pkgname=yrd
 pkgver=0.5.3
-pkgrel=4
+pkgrel=5
 pkgdesc='cjdns swiss army knife'
 url='https://github.com/kpcyrd/yrd'
 license=('GPL3')
 arch=('any')
-depends=('python-setuptools' 'python-argh' 'python-requests' 'cjdns')
+depends=('python-argh' 'python-requests' 'cjdns')
+makedepends=('python-setuptools')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpcyrd/yrd/archive/v${pkgver}.tar.gz
         yrd.tmpfiles.conf)
 sha512sums=('c76ab91d59c97d096adf15fb2c3e00f76102fa9a7715911348e2adb56fb818e5ceaed299027645deb9836f3d4811bdf47618fc0e96adb352cf05ff9406957096'



More information about the arch-commits mailing list