summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStrykar2024-05-02 21:35:08 +0530
committerStrykar2024-05-02 21:35:08 +0530
commitd31006f4978b769671072cfdd5ace686548e4cc0 (patch)
treef243b68968f766d2f99f8c55fc92e32f22abe73b
parent3af1d1d0565fe12b8aba4766451fbe7755179f38 (diff)
downloadaur-rtlsdr-airband-git.tar.gz
Move to new upstream repo
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 929ea2f61d76..cd4034b59122 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,23 @@
pkgbase = rtlsdr-airband-git
pkgdesc = RTLSDR AM demodulator, support multiple channels per dongle
- pkgver = 3.2.1.r526.a472673
+ pkgver = 5.0.12.0.ge7cd0ec
pkgrel = 1
- url = https://github.com/szpajder/RTLSDR-Airband
+ url = https://github.com/charlie-foxtrot/RTLSDR-Airband
arch = i686
arch = x86_64
license = GPL3
makedepends = git
- makedepends = libmirisdr
- makedepends = soapysdr
depends = rtl-sdr
depends = fftw
depends = libvorbis
depends = lame
depends = libshout
depends = libconfig
- depends = libmirisdr
depends = soapysdr
+ optdepends = soapysdr
provides = rtlsdr-airband
conflicts = rtlsdr-airband
- source = rtlsdr-airband::git+https://github.com/szpajder/RTLSDR-Airband.git#branch=unstable
+ source = rtlsdr-airband::git+https://github.com/charlie-foxtrot/RTLSDR-Airband.git#branch=main
source = rtl_airband.conf.example
md5sums = SKIP
md5sums = 83c1de3720baca0e2222b6e1abfade1c
diff --git a/PKGBUILD b/PKGBUILD
index 9816beb87df8..d528df3f0adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
# Previous Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=rtlsdr-airband-git
-pkgver=3.2.1.r526.a472673
+pkgver=5.0.12.0.ge7cd0ec
pkgrel=1
pkgdesc="RTLSDR AM demodulator, support multiple channels per dongle"
arch=('i686' 'x86_64')
-url="https://github.com/szpajder/RTLSDR-Airband"
+url="https://github.com/charlie-foxtrot/RTLSDR-Airband"
license=('GPL3')
-depends=('rtl-sdr' 'fftw' 'libvorbis' 'lame' 'libshout' 'libconfig' 'libmirisdr' 'soapysdr')
-makedepends=('git' 'libmirisdr' 'soapysdr')
+depends=('rtl-sdr' 'fftw' 'libvorbis' 'lame' 'libshout' 'libconfig' 'soapysdr')
+makedepends=('git')
+optdepends=('soapysdr')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('rtlsdr-airband::git+https://github.com/szpajder/RTLSDR-Airband.git#branch=unstable'
+source=('rtlsdr-airband::git+https://github.com/charlie-foxtrot/RTLSDR-Airband.git#branch=main'
'rtl_airband.conf.example')
md5sums=('SKIP'
'83c1de3720baca0e2222b6e1abfade1c')
@@ -22,7 +23,7 @@ sha256sums=('SKIP'
pkgver() {
cd "$srcdir/${pkgname%-git}"
- echo "$(git describe| sed 's,-,\n,g' | head -1 | sed 's,v,,g')"'.'$(printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)")
+ echo "$(git describe --tags --long | sed 's/^v//; s/-/./g')"
}
prepare() {