summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4142f3ebb5de..74b1bd842077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 9 19:28:47 UTC 2016
+# Tue Dec 13 08:59:08 UTC 2016
pkgbase = utox-git
pkgdesc = Lightweight Tox client
- pkgver = 0.9.8.r338.ge1d0cf5
+ pkgver = 0.11.0.r0.gf3dcef6
pkgrel = 1
url = https://github.com/uTox/uTox
arch = i686
@@ -13,7 +13,6 @@ pkgbase = utox-git
license = GPL3
makedepends = git
depends = c-toxcore
- depends = desktop-file-utils
depends = fontconfig
depends = libfilteraudio-git
depends = hicolor-icon-theme
@@ -25,7 +24,7 @@ pkgbase = utox-git
optdepends = gtk3: GTK file picker
provides = utox
conflicts = utox
- source = utox-git::git+https://github.com/uTox/uTox
+ source = utox-git::git+https://github.com/uTox/uTox#branch=develop
md5sums = SKIP
pkgname = utox-git
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() {