summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 22:15:08 -0500
committerGuillaume Horel2019-12-16 22:15:08 -0500
commit3291d2d0e7671eeb0bc23347008e552e692ddb10 (patch)
treeed937b51e45146726f5f770571f70bf5d2a98446
parent1517801671fbae875abcb7f26761283f81771170 (diff)
downloadaur-3291d2d0e7671eeb0bc23347008e552e692ddb10.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfee235ffaa6..fae2fa0dedcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = bctoolbox-git
pkgdesc = Utilities library for Belledonne Communications software
- pkgver = 4.3.0.r0.g829d2fd
+ pkgver = 4.4.0.alpha.r3.gbded30c
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
makedepends = git
- depends = bcunit-git
+ depends = bcunit>=3.0.2+12
depends = libdecaf
depends = mbedtls
- provides = bctoolbox-4.3.0
+ provides = bctoolbox=$pkgver
conflicts = bctoolbox
- source = git+https://github.com/BelledonneCommunications/bctoolbox.git#tag=4.3.0
+ source = git+https://github.com/BelledonneCommunications/bctoolbox.git
sha256sums = SKIP
pkgname = bctoolbox-git
diff --git a/PKGBUILD b/PKGBUILD
index bceaed3d3545..5d93d0bc9275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=bctoolbox-git
_pkgname=bctoolbox
-pkgver=4.3.0.r0.g829d2fd
+pkgver=4.4.0.alpha.r3.gbded30c
pkgrel=1
pkgdesc="Utilities library for Belledonne Communications software"
arch=('x86_64')
url="http://www.linphone.org/"
license=('GPL')
conflicts=('bctoolbox')
-provides=('bctoolbox-4.3.0')
-depends=('bcunit-git' 'libdecaf' 'mbedtls')
+provides=('bctoolbox=$pkgver')
+depends=('bcunit>=3.0.2+12' 'libdecaf' 'mbedtls')
makedepends=('cmake' 'git')
-source=("git+https://github.com/BelledonneCommunications/$_pkgname.git#tag=4.3.0")
+source=("git+https://github.com/BelledonneCommunications/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {