summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df2a660a1b2b..8dcf7c4a9fff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = bcmatroska2-git
pkgdesc = A C library for working with matroska files
- pkgver = 0.23.r11.gd2e052b
+ pkgver = 0.23.r12.gfac98dc
pkgrel = 1
url = http://www.linphone.org/
- arch = i686
arch = x86_64
license = GPL
makedepends = cmake
- source = git://git.linphone.org/libmatroska-c.git
+ source = git+https://gitlab.linphone.org/BC/public/bcmatroska2.git
sha256sums = SKIP
pkgname = bcmatroska2-git
diff --git a/PKGBUILD b/PKGBUILD
index 4f63f337b4ae..9fe08ae86264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
-# $Id$
# Contributor: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=bcmatroska2-git
-_pkgname=libmatroska-c
-pkgver=0.23.r11.gd2e052b
+_pkgname=bcmatroska2
+pkgver=0.23.r12.gfac98dc
pkgrel=1
pkgdesc="A C library for working with matroska files"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.linphone.org/"
license=('GPL')
makedepends=('cmake')
-source=("git://git.linphone.org/$_pkgname.git")
+source=("git+https://gitlab.linphone.org/BC/public/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {