summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schreiner2018-08-20 22:27:58 +0200
committerAndreas Schreiner2018-08-20 22:27:58 +0200
commit71f53f8b38962e6c15f4c0a8241b18d0975af15e (patch)
tree551bb616983bc9f67f048670e99723bc08b48cbc
parent560e61aade587d3e81dce2e64b29ff98a6c0355e (diff)
downloadaur-71f53f8b38962e6c15f4c0a8241b18d0975af15e.tar.gz
Update to version 4.1.21
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--quisk.patch4
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 636297f229be..39ef74f214e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 28 21:09:37 UTC 2018
+# Mon Aug 20 20:24:31 UTC 2018
pkgbase = quisk
pkgdesc = Software defined radio (SDR)
- pkgver = 4.1.15
+ pkgver = 4.1.21
pkgrel = 1
url = http://james.ahlstrom.name/quisk/
arch = i686
@@ -13,14 +13,14 @@ pkgbase = quisk
depends = portaudio
depends = wxpython
optdepends = codec2: Enable digital voice communication with FreeDV
- source = http://james.ahlstrom.name/quisk/quisk-4.1.15.tar.gz
+ source = http://james.ahlstrom.name/quisk/quisk-4.1.21.tar.gz
source = quisk
source = quisk.desktop
source = quisk.patch
- sha512sums = fe7cf1d6254002fd917e7caad824df51f662afbaa84469251c60a003f71b1e80ef5a967520e83332aef5f8f0a1b114c05df06f2d43de8a5bd0385a5aff5167b1
+ sha512sums = c4d92e60311f92ff7bf75fc1a4418de8f87b1c1c198080445f1eecc8d1a254fb4c1ee22a8d5bd0f7b07926011a4352463f968be6bd0c04b7e70b2aae7954c3af
sha512sums = 94f09cc0e847e308ca66bf90c8f729924273f66524fed8bc63565c8060113ae8dcae6ed3f14075e03a7168da182059b3279c0315a1d2d00cf4292e4d68cf7871
sha512sums = 3ad02f730b4a4033b86a2ce510865c13c2f2e228304283cae0bb389442f7ab49a5d530cd94e32460e19b53da24037abc855027ce34c93fdabcd1faf8a91852b1
- sha512sums = 798d256fa037c09b0fa70c834a49790ec4ba96d0533dd2c4f190b362558b26e02c75b7a557d8ce81c7afb998d4bdb1bdf27aa7dd92cf2b482fe5a128ea6a1492
+ sha512sums = f5926db7b619e1dab5a52f07c1bb5b7639726c1511f53abaeb0a77218c4e09e7196a308cb9aab080229a7b2592608e33c416372d7cbec95114b54119af1b182d
pkgname = quisk
diff --git a/PKGBUILD b/PKGBUILD
index 7fa0c2fe860b..c16f6b0aeb58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andreas Schreiner <andreas.schreiner@sonnenmulde.at>
# Contributor: Mike WB2FKO <mph at sportscliche dot com>
pkgname=quisk
-pkgver=4.1.15
+pkgver=4.1.21
pkgrel=1
pkgdesc="Software defined radio (SDR)"
arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@ source=(http://james.ahlstrom.name/quisk/$pkgname-$pkgver.tar.gz
$pkgname
$pkgname.desktop
$pkgname.patch)
-sha512sums=('fe7cf1d6254002fd917e7caad824df51f662afbaa84469251c60a003f71b1e80ef5a967520e83332aef5f8f0a1b114c05df06f2d43de8a5bd0385a5aff5167b1'
+sha512sums=('c4d92e60311f92ff7bf75fc1a4418de8f87b1c1c198080445f1eecc8d1a254fb4c1ee22a8d5bd0f7b07926011a4352463f968be6bd0c04b7e70b2aae7954c3af'
'94f09cc0e847e308ca66bf90c8f729924273f66524fed8bc63565c8060113ae8dcae6ed3f14075e03a7168da182059b3279c0315a1d2d00cf4292e4d68cf7871'
'3ad02f730b4a4033b86a2ce510865c13c2f2e228304283cae0bb389442f7ab49a5d530cd94e32460e19b53da24037abc855027ce34c93fdabcd1faf8a91852b1'
- '798d256fa037c09b0fa70c834a49790ec4ba96d0533dd2c4f190b362558b26e02c75b7a557d8ce81c7afb998d4bdb1bdf27aa7dd92cf2b482fe5a128ea6a1492')
+ 'f5926db7b619e1dab5a52f07c1bb5b7639726c1511f53abaeb0a77218c4e09e7196a308cb9aab080229a7b2592608e33c416372d7cbec95114b54119af1b182d')
build() {
# use python2 instead python for compilation
cd $srcdir
diff --git a/quisk.patch b/quisk.patch
index 22e8054b8106..f821f9cf9fb4 100644
--- a/quisk.patch
+++ b/quisk.patch
@@ -1,6 +1,6 @@
diff -aur a/quisk-4.1.1/makefile b/quisk-4.1.1/makefile
---- a/quisk-4.1.15/makefile 2014-10-29 13:12:20.000000000 +0200
-+++ b/quisk-4.1.15/makefile 2014-10-29 23:57:32.359350909 +0100
+--- a/quisk-4.1.21/makefile 2014-10-29 13:12:20.000000000 +0200
++++ b/quisk-4.1.21/makefile 2014-10-29 23:57:32.359350909 +0100
@@ -1,6 +1,6 @@
all: