summaryrefslogtreecommitdiff
path: root/aur/osmo-trx-git/PKGBUILD
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 /aur/osmo-trx-git/PKGBUILD
parente0db58f8ed17c0300159430a2e34e1b395b2f676 (diff)
Clean and update osmo-trx-git to 1.0.0.5.g158ea5b
Diffstat (limited to 'aur/osmo-trx-git/PKGBUILD')
-rw-r--r--aur/osmo-trx-git/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
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