summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2020-03-18 16:34:40 -0600
committernot_anonymous2020-03-18 16:34:40 -0600
commit1fa17531aded8a6e6cc6cb53d1f6566ebc030f6c (patch)
treec093e9cdda5af8a3a0933efb1e7827e3fb835b81
parent79d35fc1f55dec5051cee2acd015ec2affbf9070 (diff)
downloadaur-1fa17531aded8a6e6cc6cb53d1f6566ebc030f6c.tar.gz
Updated
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 621a0c3912fe..d91625d5449a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Aug 14 23:04:13 UTC 2019
pkgbase = fldigi
pkgdesc = Digital Modem Program for Amateur Radio
- pkgver = 4.1.08
+ pkgver = 4.1.09
pkgrel = 1
url = http://w1hkj.com
arch = i686
@@ -14,11 +12,13 @@ pkgbase = fldigi
depends = libusb-compat
depends = flxmlrpc
depends = portaudio
- optdepends = hamlib: rig control through hamlib
+ depends = libpulse
+ depends = hamlib
optdepends = libsndfile: sound file support
optdepends = pulseaudio: pulseaudio support
- source = http://w1hkj.com/files/fldigi/fldigi-4.1.08.tar.gz
- sha512sums = e1262aa87ddeed0618cd74327696ef9542afc3c6c4529db0224d8278ef8a270f83c51a64b0957d17f6ada07ba0d99bdd4124e453e3d0268ffa283e90fbe322d2
+ source = http://w1hkj.com/files/fldigi/fldigi-4.1.09.tar.gz
+ md5sums = 0f58d6a4b646c20991055c5e3fbc87d8
+ sha256sums = 9753ef1377d395abaf462e1a51ed5665b192bb5bfa14608ee4067ba12caabcdd
pkgname = fldigi
diff --git a/PKGBUILD b/PKGBUILD
index 71cb62f62d8a..7493838c90eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
+# Maintainer: not_anonymous <nmlibertarian@gmail.com>
# Maintainer: Andreas Schreiner <andreas.schreiner@sonnenmulde.at>
# Contributor: [Vitaliy Berdinskikh](mailto:ur6lad@archlinux.org.ua) aka UR6LAD
pkgname=fldigi
-pkgver=4.1.08
+pkgver=4.1.09
pkgrel=1
pkgdesc="Digital Modem Program for Amateur Radio"
arch=('i686' 'x86_64')
url="http://w1hkj.com"
license=('GPL')
-depends=('cty' 'fltk' 'libsamplerate' 'libusb-compat' 'flxmlrpc' 'portaudio')
-optdepends=('hamlib: rig control through hamlib'
- 'libsndfile: sound file support'
- 'pulseaudio: pulseaudio support')
+depends=('cty' 'fltk' 'libsamplerate' 'libusb-compat' 'flxmlrpc'
+ 'portaudio' 'libpulse' 'hamlib')
+optdepends=('libsndfile: sound file support'
+ 'pulseaudio: pulseaudio support')
source=(http://w1hkj.com/files/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('e1262aa87ddeed0618cd74327696ef9542afc3c6c4529db0224d8278ef8a270f83c51a64b0957d17f6ada07ba0d99bdd4124e453e3d0268ffa283e90fbe322d2')
build() {
cd "$srcdir"
@@ -39,3 +39,5 @@ package() {
make DESTDIR="$pkgdir" install
}
+md5sums=('0f58d6a4b646c20991055c5e3fbc87d8')
+sha256sums=('9753ef1377d395abaf462e1a51ed5665b192bb5bfa14608ee4067ba12caabcdd')