summarylogtreecommitdiffstats
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
parentfed808b5ed0c5213c4afcddc87aa87dc69969f27 (diff)
downloadaur-foliautils-git.tar.gz
use git+https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1beea3dc754..a25eb172e59c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 12:27:35 UTC 2016
+# Sun Jun 12 18:13:31 UTC 2022
pkgbase = foliautils-git
pkgdesc = Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = http://proycon.github.io/folia
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = foliautils-git
conflicts = foliatools
conflicts = foliautils
options = !libtool
- source = git://github.com/languagemachines/foliautils.git
+ source = git+https://github.com/languagemachines/foliautils.git
md5sums = SKIP
pkgname = foliautils-git
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')