summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsekret2016-01-18 18:52:17 +0100
committersekret2016-01-18 18:52:17 +0100
commite7ca0708a9f1385c30d06d950b298085ab0a1e28 (patch)
tree240e3700c13bb0c3520227598530e3eb987faf16 /PKGBUILD
parent042e48a13a019b6a73348642773e64e896417397 (diff)
downloadaur-e7ca0708a9f1385c30d06d950b298085ab0a1e28.tar.gz
changed dependency tox-git to toxcore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13365f5a3c60..5b79cf509ba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=ratox
pkgname=$_pkgname-git
pkgver=0.2.1.r0.g1a84f07
-pkgrel=1
+pkgrel=2
pkgdesc="FIFO based tox client"
arch=('i686' 'x86_64')
url="http://ratox.2f30.org"
@@ -12,7 +12,7 @@ depends=('glibc' 'toxcore')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git+http://git.2f30.org/ratox/"
+source=("$_pkgname::git+git://git.2f30.org/ratox/"
"config.h")
md5sums=('SKIP'
'SKIP')