summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVianney le Clément de Saint-Marcq2017-03-10 19:12:20 +0100
committerVianney le Clément de Saint-Marcq2017-03-10 19:12:20 +0100
commit6dcad1b8d1bf44f00f2e0f6a1e15fb3cf7c80d70 (patch)
tree091312f7efb78d27932b7c65b9efe298e6be154f
parenta1f363040b0dcb08ca453fdf167bc4fc9b2c40b4 (diff)
downloadaur-6dcad1b8d1bf44f00f2e0f6a1e15fb3cf7c80d70.tar.gz
Use https protocol for git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d396ab969d3d..e864b6b079d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Mar 10 18:12:20 UTC 2017
pkgbase = pplatex-git
pkgdesc = Pretty-Print LaTeX: A tool to reformat the output of latex and friends into readable messages
- pkgver = 20120905.g9f37707
+ pkgver = 20150915.g5cec891
pkgrel = 1
url = https://github.com/stefanhepp/pplatex
arch = i686
@@ -10,7 +12,7 @@ pkgbase = pplatex-git
makedepends = scons
depends = pcre
depends = texlive-bin
- source = git://github.com/stefanhepp/pplatex.git
+ source = git+https://github.com/stefanhepp/pplatex.git
md5sums = SKIP
pkgname = pplatex-git
diff --git a/PKGBUILD b/PKGBUILD
index 8302900fd732..2b5a0b99a352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vianney le Clément <vleclement AT gmail·com>
_pkgname=pplatex
pkgname=$_pkgname-git
-pkgver=20120905.g9f37707
+pkgver=20150915.g5cec891
pkgrel=1
pkgdesc="Pretty-Print LaTeX: A tool to reformat the output of latex and friends into readable messages"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/stefanhepp/pplatex"
license=('GPL3')
depends=('pcre' 'texlive-bin')
makedepends=('git' 'scons')
-source=("git://github.com/stefanhepp/$_pkgname.git")
+source=("git+https://github.com/stefanhepp/$_pkgname.git")
md5sums=('SKIP')
pkgver() {