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

Connor Behan cbehan at gemini.archlinux.org
Wed Mar 2 18:03:03 UTC 2022


    Date: Wednesday, March 2, 2022 @ 18:03:03
  Author: cbehan
Revision: 1139648

upgpkg: txt2tags 3.7-7: Move python-setuptools to makedepends

Modified:
  txt2tags/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 17:51:24 UTC (rev 1139647)
+++ PKGBUILD	2022-03-02 18:03:03 UTC (rev 1139648)
@@ -5,12 +5,13 @@
 
 pkgname=txt2tags
 pkgver=3.7
-pkgrel=6
+pkgrel=7
 pkgdesc='A text formatting and conversion tool.'
 arch=('any')
 url='http://www.txt2tags.org'
 license=('GPL')
-depends=('python-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 md5sums=('efdaf9d01f2681696526f244916683f5')
 source=("https://files.pythonhosted.org/packages/0e/80/dc4215b549ddbe1d1251bc4cd47ad6f4a65e1f9803815997817ff297d22e/$pkgname-$pkgver.tar.gz")
 



More information about the arch-commits mailing list