summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0060e910b12..153f8e5356fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Alexander Fasching <fasching.a91@gmail.com>
pkgname=kalibrate-bladerf-git
-pkgver=6ac8204
-pkgrel=2
+pkgver=000cee2
+pkgrel=1
pkgdesc='Fork of http://thre.at/kalibrate/ for use with the bladeRF SDR'
arch=('i686' 'x86_64')
license=('GPL')
url='https://github.com/Nuand/kalibrate-bladeRF'
depends=("bladerf" "fftw")
makedepends=('git')
-source=("${pkgname}::git+https://github.com/Nuand/kalibrate-bladeRF")
+# Use unmerged development version until #18 is merged.
+source=("${pkgname}::git+https://github.com/felixmaiwald/kalibrate-bladeRF.git")
md5sums=('SKIP')
pkgver () {