summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-01-26 11:26:47 +0200
committerYuval Adam <_@yuv.al>2019-01-26 11:26:47 +0200
commit7b3a4b0230c70414a10f89d019eba4c2bca51cb1 (patch)
tree6926f314e31e8e2e79a502f595e56f06896994ef
parente0db58f8ed17c0300159430a2e34e1b395b2f676 (diff)
Clean and update osmo-trx-git to 1.0.0.5.g158ea5b
-rw-r--r--aur/osmo-trx-git/.SRCINFO7
-rw-r--r--aur/osmo-trx-git/PKGBUILD11
2 files changed, 13 insertions, 5 deletions
diff --git a/aur/osmo-trx-git/.SRCINFO b/aur/osmo-trx-git/.SRCINFO
index aebe5b1..8b557ba 100644
--- a/aur/osmo-trx-git/.SRCINFO
+++ b/aur/osmo-trx-git/.SRCINFO
@@ -1,10 +1,13 @@
+# Generated by mksrcinfo v8
+# Sat Jan 26 09:26:26 UTC 2019
pkgbase = osmo-trx-git
pkgdesc = OpenBTS transceiver retro-fit
- pkgver = 3214
+ pkgver = 1.0.0.5.g158ea5b
pkgrel = 1
- url = http://openbsc.osmocom.org/trac/wiki/OsmoTRX
+ url = https://osmocom.org/projects/osmotrx/wiki/OsmoTRX
arch = any
license = GPL
+ depends = boost
depends = libuhd
optdepends = gnuradio: legacy support for USRP1
source = git://git.osmocom.org/osmo-trx
diff --git a/aur/osmo-trx-git/PKGBUILD b/aur/osmo-trx-git/PKGBUILD
index ed8cc63..9422d0a 100644
--- a/aur/osmo-trx-git/PKGBUILD
+++ b/aur/osmo-trx-git/PKGBUILD
@@ -2,17 +2,22 @@
pkgname=osmo-trx-git
_pkgname=osmo-trx
-pkgver=3214
+pkgver=1.0.0.5.g158ea5b
pkgrel=1
pkgdesc="OpenBTS transceiver retro-fit"
arch=('any')
-url="http://openbsc.osmocom.org/trac/wiki/OsmoTRX"
+url="https://osmocom.org/projects/osmotrx/wiki/OsmoTRX"
license=(GPL)
-depends=('libuhd')
+depends=('boost' 'libuhd')
optdepends=('gnuradio: legacy support for USRP1')
source=("git://git.osmocom.org/${_pkgname}")
sha256sums=('SKIP')
+pkgver() {
+ cd $_pkgname
+ echo $(git describe --always | sed 's/-/./g')
+}
+
build() {
cd "${srcdir}/${_pkgname}"
autoreconf -i