summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2019-06-17 06:50:50 -0600
committernot_anonymous2019-06-17 06:50:50 -0600
commitdece7f8afe8acad867b5b34704686398188cf243 (patch)
tree4f210153df8856d32b20b3d205e4ad1c3cde6856
parent43136fefe2d9e126e1ce6a387d84a97fbadc973c (diff)
downloadaur-dece7f8afe8acad867b5b34704686398188cf243.tar.gz
Updated
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 931f16024fe1..7a4aebc65799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = kochmorse
pkgdesc = A easy to use Morse Code (Ham Radio) trainer using the Koch-method.
- pkgver = 3.2.2
+ pkgver = 3.4.0
pkgrel = 1
url = https://github.com/hmatuschek/kochmorse
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
- depends = qt5-svg
- depends = portaudio
+ depends = qt5-multimedia
+ depends = hamradio-menus
optdepends = hamradio-menus: XDG compliant menuing
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.4.0.tar.gz
+ md5sums = f9db3fea93146bfbfe8bcf8e18557b0b
+ sha256sums = 5ef4fb42e04a420493dd0977d63d8902e7192481fee0cbdd57857bd1b196c61b
pkgname = kochmorse
diff --git a/PKGBUILD b/PKGBUILD
index 5ed9916c28d9..d745dd4b0367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=kochmorse
_author=hmatuschek
-pkgver=3.2.2
+pkgver=3.4.0
pkgrel=1
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')
+depends=('qt5-multimedia' 'hamradio-menus')
makedepends=('cmake')
optdepends=('hamradio-menus: XDG compliant menuing')
provides=('kochmorse')
@@ -41,5 +41,5 @@ package() {
make DESTDIR="$pkgdir/" install
}
-md5sums=('12a790d10db8e8f0460efa90ab3e02d5')
-sha256sums=('93db5ee28334c9e5c795f4c6e7297375d31e39d09c36448d7d85f22e73428a28')
+md5sums=('f9db3fea93146bfbfe8bcf8e18557b0b')
+sha256sums=('5ef4fb42e04a420493dd0977d63d8902e7192481fee0cbdd57857bd1b196c61b')