summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Rooyakkers2020-11-02 12:23:30 -0500
committerLucas Rooyakkers2020-11-02 12:23:30 -0500
commit7cdff959774743268823ce4eae363517571bc1d3 (patch)
treebf2dfb3ccf60027271e8ef829ed59bcabf642d5f
parentc83f725dcfc2f9e06884c7a9937520f779dc2b4d (diff)
downloadaur-7cdff959774743268823ce4eae363517571bc1d3.tar.gz
Changed mainline GNURadio version (3.9) to stable (main-3.8)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e9f367f6885..8b6e838c5a13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gr-foo
pkgdesc = gnuradio custom blocks by bastibl
- pkgver = 0236c7d
+ pkgver = e17edbd
pkgrel = 1
url = https://github.com/bastibl/gr-foo
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d848130e3842..dc02acec0bfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mainintainer : Lucas Rooyakkers <lucas dot rooyakkers at queensu at ca>
pkgname='gr-foo'
-pkgver=0236c7d
+pkgver=e17edbd
pkgrel=1
pkgdesc="gnuradio custom blocks by bastibl"
arch=('any')
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "$_gitname"
- git checkout master
+ git checkout maint-3.8
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make