summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9ebda60925a..79aea9260fd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Madotsuki <madotsuki at cock dot li>
_pkgname=utox
+_branch=develop
pkgname=$_pkgname-git
-pkgver=0.9.8.r338.ge1d0cf5
+pkgver=0.11.0.r0.gf3dcef6
pkgrel=1
pkgdesc='Lightweight Tox client'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url='https://github.com/uTox/uTox'
license=('GPL3')
depends=('c-toxcore'
- 'desktop-file-utils'
'fontconfig'
'libfilteraudio-git'
'hicolor-icon-theme'
@@ -24,7 +24,7 @@ makedepends=('git')
optdepends=('gtk3: GTK file picker')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$pkgname::git+$url")
+source=("$pkgname::git+$url#branch=$_branch")
md5sums=('SKIP')
pkgver() {