summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Polonio2018-08-27 15:11:41 +0200
committerDavide Polonio2018-08-27 15:11:41 +0200
commit378d7f68d618e010c4d2d6d733dd12dd3e62cab8 (patch)
tree9ffa98b91ca229d89715796a6ea8e131200fb342
parent8d77087251aaf3227cc4b900fc7f60d08d7a4eab (diff)
downloadaur-378d7f68d618e010c4d2d6d733dd12dd3e62cab8.tar.gz
Using only git for cloning
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 020ed0af79bf..9f335d363a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Augugrumi <augugrumi@gmail.com>
pkgname=libviface-git # '-bzr', '-git', '-hg' or '-svn'
pkgver=v1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of the official libviface package. C++ bindings for Linux tun/tap and netdevice interface."
arch=('any')
url="https://github.com/Augugrumi/libviface"
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
#install=
-source=("${pkgname%-git}::git+https://github.com/Augugrumi/libviface.git")
+source=("${pkgname%-git}::git://github.com/Augugrumi/libviface.git")
noextract=()
md5sums=('SKIP')
srcdir=()