summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gatzweiler2016-03-21 19:38:25 +0100
committerThomas Gatzweiler2016-03-21 19:38:25 +0100
commit669750022181733da39d88e0155119bb4cd99b1e (patch)
tree948fbac09b70e76a79f366656d852cadbdd6469d
parentf763f16b9ff49003be38c1dc1a7f2fda4d72dff3 (diff)
downloadaur-669750022181733da39d88e0155119bb4cd99b1e.tar.gz
Update to 2.0.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e25046187ceb..e5acd24601d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = flmsg
pkgdesc = Forms management editor for Amateur Radio standard message formats
- pkgver = 2.0.12
+ pkgver = 2.0.15
pkgrel = 2
url = http://www.w1hkj.com/flmsg-help/index.html
arch = i686
arch = x86_64
license = GPL
depends = fldigi
- source = http://downloads.sourceforge.net/project/fldigi/flmsg/flmsg-2.0.12.tar.gz
- md5sums = e1e52679332f7bacdf5fcd4dd5cee8f5
+ source = http://downloads.sourceforge.net/project/fldigi/flmsg/flmsg-2.0.15.tar.gz
+ md5sums = c28483b0694833fde01afa7b9b699558
pkgname = flmsg
diff --git a/PKGBUILD b/PKGBUILD
index 89569d27ac68..be6caa24bd99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Gatzweiler <thomas.gatzweiler@gmail.com>
pkgname=flmsg
-pkgver=2.0.12
+pkgver=2.0.15
pkgrel=2
pkgdesc="Forms management editor for Amateur Radio standard message formats"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://www.w1hkj.com/flmsg-help/index.html"
license=('GPL')
depends=('fldigi')
source=(http://downloads.sourceforge.net/project/fldigi/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e1e52679332f7bacdf5fcd4dd5cee8f5')
+md5sums=('c28483b0694833fde01afa7b9b699558')
build() {
cd $pkgname-$pkgver