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

Daniel M. Capella polyzen at archlinux.org
Thu Dec 27 23:31:50 UTC 2018


    Date: Thursday, December 27, 2018 @ 23:31:49
  Author: polyzen
Revision: 418581

upgpkg: proselint 0.10.2-4

Add conflicts()

Modified:
  proselint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-27 23:30:29 UTC (rev 418580)
+++ PKGBUILD	2018-12-27 23:31:49 UTC (rev 418581)
@@ -3,7 +3,7 @@
 
 pkgname=proselint
 pkgver=0.10.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Linter for prose'
 arch=('any')
 url=https://github.com/amperser/proselint
@@ -11,6 +11,7 @@
 depends=('python-click' 'python-future' 'python-six')
 makedepends=('python-setuptools')
 #checkdepends=('python-mock' 'python-nose' 'python-pytest')
+conflicts=('python-proselint')
 replaces=('python-proselint')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
 sha512sums=('706c51c7b4546b9a0b448df42e1dc756a29c7f06b0118254c2171c183048c52b029f9d581a43fb284f54f6f999376ca5bd0ff742b241475d16604b57098be169')



More information about the arch-commits mailing list