summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schreiner2016-02-23 17:27:32 +0100
committerAndreas Schreiner2016-02-23 17:27:32 +0100
commitd0bbccadabd2f6285bb784da429fb0bf129c57ee (patch)
tree5e14f983961b5005d9a3ddd014132823fd5d9a96
parent63060b47a8875d6db0f23a4c1ce5b8bc17a2f722 (diff)
downloadaur-d0bbccadabd2f6285bb784da429fb0bf129c57ee.tar.gz
Update to version 4.0.4
-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 29d533af6f09..f3c5215a4923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 19:32:01 UTC 2015
+# Tue Feb 23 16:24:08 UTC 2016
pkgbase = quisk
pkgdesc = Software defined radio (SDR)
- pkgver = 4.0.3
+ pkgver = 4.0.4
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.0.3.tar.gz
+ source = http://james.ahlstrom.name/quisk/quisk-4.0.4.tar.gz
source = quisk
source = quisk.desktop
source = quisk.patch
- sha512sums = 31b6cf42d75c8dc4bb39fdfec144ecf9f36535c7f825674c57a6ad862de9cbb5ad519056bc0e401a125a71b93135414aff8b782b0addc63ecdd0dc17c4262479
+ sha512sums = 675f6203e79f6fe09fbfad0b74d9f65f338a40638b93e646c11a4d40924194ea40b1704b6e891c332fd75ddccdc92a84c6bdcc10cbe675613e8bbb65d8cc3688
sha512sums = 94f09cc0e847e308ca66bf90c8f729924273f66524fed8bc63565c8060113ae8dcae6ed3f14075e03a7168da182059b3279c0315a1d2d00cf4292e4d68cf7871
sha512sums = 3ad02f730b4a4033b86a2ce510865c13c2f2e228304283cae0bb389442f7ab49a5d530cd94e32460e19b53da24037abc855027ce34c93fdabcd1faf8a91852b1
- sha512sums = 06217f4994094bfb009a8422ddde3414496cb8b0baf4ea8b01bfac01252a125a3cd94686d5735374a9d917d06d365ddb1cb513bdb4701b792a6a19dc9a35e3a6
+ sha512sums = 27d0b35d00331ffabe484e0882ef494708ef707133acfb6a4e9bd7197154f4177b1e1fc8e83d8cf23f66918237c100bf33d73d503e9bc23fd2c08105d6d5e2f2
pkgname = quisk
diff --git a/PKGBUILD b/PKGBUILD
index d147e26e8014..7dcc0f9eee93 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.0.3
+pkgver=4.0.4
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=('31b6cf42d75c8dc4bb39fdfec144ecf9f36535c7f825674c57a6ad862de9cbb5ad519056bc0e401a125a71b93135414aff8b782b0addc63ecdd0dc17c4262479'
+sha512sums=('675f6203e79f6fe09fbfad0b74d9f65f338a40638b93e646c11a4d40924194ea40b1704b6e891c332fd75ddccdc92a84c6bdcc10cbe675613e8bbb65d8cc3688'
'94f09cc0e847e308ca66bf90c8f729924273f66524fed8bc63565c8060113ae8dcae6ed3f14075e03a7168da182059b3279c0315a1d2d00cf4292e4d68cf7871'
'3ad02f730b4a4033b86a2ce510865c13c2f2e228304283cae0bb389442f7ab49a5d530cd94e32460e19b53da24037abc855027ce34c93fdabcd1faf8a91852b1'
- '06217f4994094bfb009a8422ddde3414496cb8b0baf4ea8b01bfac01252a125a3cd94686d5735374a9d917d06d365ddb1cb513bdb4701b792a6a19dc9a35e3a6')
+ '27d0b35d00331ffabe484e0882ef494708ef707133acfb6a4e9bd7197154f4177b1e1fc8e83d8cf23f66918237c100bf33d73d503e9bc23fd2c08105d6d5e2f2')
build() {
# use python2 instead python for compilation
cd $srcdir
diff --git a/quisk.patch b/quisk.patch
index a2e36a00d413..1070273dbeb3 100644
--- a/quisk.patch
+++ b/quisk.patch
@@ -1,6 +1,6 @@
diff -aur a/quisk-4.0.3/makefile b/quisk-4.0.1/makefile
---- a/quisk-4.0.3/makefile 2014-10-29 13:12:20.000000000 +0200
-+++ b/quisk-4.0.3/makefile 2014-10-29 23:57:32.359350909 +0100
+--- a/quisk-4.0.4/makefile 2014-10-29 13:12:20.000000000 +0200
++++ b/quisk-4.0.4/makefile 2014-10-29 23:57:32.359350909 +0100
@@ -1,6 +1,6 @@
all: