summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2022-06-12 20:13:33 +0200
committerMaarten van Gompel2022-06-12 20:13:33 +0200
commit4035ca79aba3f844d93b0decffc927088fdd4805 (patch)
tree8a601afc30a66f52131b25843b06ddff82f70b50 /PKGBUILD
parentfed808b5ed0c5213c4afcddc87aa87dc69969f27 (diff)
downloadaur-foliautils-git.tar.gz
use git+https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af629af5d8af..81d2f77f3dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=foliautils
pkgname=foliautils-git
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!"
arch=('i686' 'x86_64')
url="http://proycon.github.io/folia"
@@ -13,7 +13,7 @@ provides=('foliautils')
conflicts=('foliatools' 'foliautils')
makedepends=('libtool' 'autoconf')
options=(!libtool)
-source=("git://github.com/languagemachines/foliautils.git")
+source=("git+https://github.com/languagemachines/foliautils.git")
_gitname=("foliautils")
noextract=()
md5sums=('SKIP')