summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-03-26 09:55:50 -0400
committerGuillaume Horel2019-03-26 09:55:50 -0400
commit7f05686d8e3d9bc1037e6c42ab7f5ff2a2c1c947 (patch)
treec2c4983ae6fdf6e7753e4c37e659adb9d3902fba
parent5dff3f84c281e685aa0130866066031c66e75655 (diff)
downloadaur-7f05686d8e3d9bc1037e6c42ab7f5ff2a2c1c947.tar.gz
version bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43338d02a898..0e4d1e351737 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = belr-git
pkgdesc = A library for working with vCards
- pkgver = 0.1.3.r54.g1584d38
+ pkgver = 0.1.3.r56.g57bf7eb
pkgrel = 1
url = http://www.linphone.org/
- arch = i686
arch = x86_64
license = GPL
makedepends = cmake
depends = bctoolbox-git
provides = belr
conflicts = belr
- source = git://github.com/BelledonneCommunications/belr.git
+ source = git+https://github.com/BelledonneCommunications/belr.git
sha256sums = SKIP
pkgname = belr-git
diff --git a/PKGBUILD b/PKGBUILD
index d8b62209f354..ad7d82758263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
-# $Id$
-# Maintainer:
-# Contributor: Guillaume Horel <guillaume.horel@gmail.com>
+# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr-git
_pkgname=belr
-pkgver=0.1.3.r54.g1584d38
+pkgver=0.1.3.r56.g57bf7eb
pkgrel=1
pkgdesc="A library for working with vCards"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.linphone.org/"
license=('GPL')
conflicts=('belr')
provides=('belr')
depends=('bctoolbox-git')
makedepends=('cmake')
-source=("git://github.com/BelledonneCommunications/$_pkgname.git")
+source=("git+https://github.com/BelledonneCommunications/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {