summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 931f16024fe1..9d5ae3022602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = kochmorse
pkgdesc = A easy to use Morse Code (Ham Radio) trainer using the Koch-method.
- pkgver = 3.2.2
- pkgrel = 1
+ pkgver = 3.5.1
+ pkgrel = 2
url = https://github.com/hmatuschek/kochmorse
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
- depends = qt5-svg
- depends = portaudio
- optdepends = hamradio-menus: XDG compliant menuing
+ makedepends = qt5-tools
+ depends = qt5-multimedia
+ depends = hamradio-menus
provides = kochmorse
conflicts = kochmorse-py
conflicts = kochmorse-git
- source = https://github.com/hmatuschek/kochmorse/archive/v3.2.2.tar.gz
- md5sums = 12a790d10db8e8f0460efa90ab3e02d5
- sha256sums = 93db5ee28334c9e5c795f4c6e7297375d31e39d09c36448d7d85f22e73428a28
+ source = https://github.com/hmatuschek/kochmorse/archive/v3.5.1.tar.gz
+ md5sums = 1de7be803338d5cbaddb143e76eb7b55
+ sha256sums = b394fe151cc6bbcb2f24ada9cbab08cbbc3e8538a95a00d190884e9428d8a775
pkgname = kochmorse
-
diff --git a/PKGBUILD b/PKGBUILD
index 5ed9916c28d9..efa3e1d3269a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,14 @@
pkgname=kochmorse
_author=hmatuschek
-pkgver=3.2.2
-pkgrel=1
+pkgver=3.5.1
+pkgrel=2
pkgdesc="A easy to use Morse Code (Ham Radio) trainer using the Koch-method."
arch=('i686' 'x86_64')
url="https://github.com/$_author/$pkgname"
license=('GPL')
-depends=('qt5-svg' 'portaudio')
-makedepends=('cmake')
-optdepends=('hamradio-menus: XDG compliant menuing')
+depends=('qt5-multimedia' 'hamradio-menus')
+makedepends=('cmake' 'qt5-tools')
provides=('kochmorse')
conflicts=('kochmorse-py' 'kochmorse-git')
source=($url/archive/v$pkgver.tar.gz)
@@ -41,5 +40,5 @@ package() {
make DESTDIR="$pkgdir/" install
}
-md5sums=('12a790d10db8e8f0460efa90ab3e02d5')
-sha256sums=('93db5ee28334c9e5c795f4c6e7297375d31e39d09c36448d7d85f22e73428a28')
+md5sums=('1de7be803338d5cbaddb143e76eb7b55')
+sha256sums=('b394fe151cc6bbcb2f24ada9cbab08cbbc3e8538a95a00d190884e9428d8a775')