diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/qtox-git/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/qtox-git/PKGBUILD b/pcr/qtox-git/PKGBUILD index 8a9b98a1f..c1d9f52e1 100644 --- a/pcr/qtox-git/PKGBUILD +++ b/pcr/qtox-git/PKGBUILD @@ -2,8 +2,8 @@ # Contributor (Arch): Kevin MacMartin <prurigro at gmail dot com> _pkgname=qtox -pkgname=$_pkgname-git -pkgver=r2717.66cb02d +pkgname=qtox-git +pkgver=r3155.ce2c830 pkgrel=1 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines.' arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h') @@ -24,7 +24,7 @@ makedepends=('git' 'qt5-tools') provides=("$_pkgname") conflicts=("$_pkgname") install=$pkgname.install -source=("$_pkgname::git+$url#commit=$_pkgver") +source=("$_pkgname::git+https://github.com/tux3/qTox.git") sha512sums=('SKIP') pkgver() { |