summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuval Adam2018-08-14 16:00:23 +0300
committerYuval Adam2018-08-14 16:00:23 +0300
commitb2f40b4b73b2f3b289b610bb2cedb2e1fde47624 (patch)
tree6582dab4317e77d92a50fefc731db44ea05b6288
parent3901a4f88540042f8a4c8338632d120147ce8aea (diff)
downloadaur-b2f40b4b73b2f3b289b610bb2cedb2e1fde47624.tar.gz
Bump libosmo-abis to 0.5.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68523c136971..18772900d171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
pkgname=libosmo-abis
-pkgver=0.3.2
+pkgver=0.5.1
pkgrel=1
pkgdesc="Osmocom library for A-bis interface"
arch=('any')
@@ -9,7 +9,7 @@ url="http://openbsc.osmocom.org/trac/wiki/libosmo-abis"
license=(GPL)
depends=('libosmocore' 'ortp')
makedepends=('git')
-source=("git://git.osmocom.org/${pkgname}.git#tag=v${pkgver}")
+source=("git://git.osmocom.org/${pkgname}.git#tag=${pkgver}")
sha256sums=("SKIP")
build() {