summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2021-04-02 15:31:42 +0200
committerMaarten van Gompel2021-04-02 15:31:42 +0200
commit0a04e1a0d41a594cc7e4d4f23061e622f13229fa (patch)
treed8110f3346976963e9fdaa3accefe9697aa84fb5
parent6b0a9feb7b4359495af85d8bbcd1b179f5dcb368 (diff)
downloadaur-0a04e1a0d41a594cc7e4d4f23061e622f13229fa.tar.gz
changed source to git+https
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ff40cf43ec2..e628b2fc7dbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=python-folia
pkgname=${_pkgname}-git
pkgver=479
-pkgrel=2
+pkgrel=3
pkgdesc='Command line tools for dealing with the FoLiA format (Format for Linguistic Annotation).'
arch=('i686' 'x86_64')
url="https://proycon.github.io/folia"
@@ -10,7 +10,7 @@ depends=('python' 'python-setuptools' 'python-lxml' 'python-pynlpl-git')
makedepends=('git')
provides=("${_pkgname}")
conflicts=("python2-folia")
-source=("git://github.com/proycon/folia.git")
+source=("git+https://github.com/proycon/folia.git")
_gitname=("folia")
md5sums=('SKIP')