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

Evangelos Foutras foutrelis at archlinux.org
Tue Nov 10 08:33:55 UTC 2020


    Date: Tuesday, November 10, 2020 @ 08:33:55
  Author: foutrelis
Revision: 749429

Switch source from bitbucket to github

Modified:
  python-whoosh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-10 08:29:17 UTC (rev 749428)
+++ PKGBUILD	2020-11-10 08:33:55 UTC (rev 749429)
@@ -7,12 +7,12 @@
 pkgrel=5
 pkgdesc="Fast, pure-Python full text indexing, search, and spell checking library"
 arch=('any')
-url="https://bitbucket.org/mchaput/whoosh/wiki/Home"
+url="https://github.com/mchaput/whoosh"
 license=("BSD")
 depends=('python')
-makedepends=('python-setuptools' 'mercurial')
+makedepends=('python-setuptools' 'git')
 checkdepends=('python-pytest-runner')
-source=("hg+https://bitbucket.org/mchaput/whoosh#tag=$pkgver")
+source=("git+https://github.com/mchaput/whoosh#tag=v$pkgver")
 md5sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list