summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD13
2 files changed, 17 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ba3f095a8ce..bb9f07ff8b7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,26 @@
pkgbase = unixcw
- pkgdesc = CW tutor & generator - program suite
- pkgver = 3.5.1
+ pkgdesc = CW tutor & generator - program suite - Ham Radio
+ pkgver = 3.6.0
pkgrel = 1
url = http://unixcw.sourceforge.net
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
depends = qt5-base
- source = http://downloads.sourceforge.net/sourceforge/unixcw/unixcw-3.5.1.tar.gz
+ optdepends = hamradio-menus
+ provides = unixcw
+ conflicts = unixcw-git
+ source = http://downloads.sourceforge.net/sourceforge/unixcw/unixcw-3.6.0.tar.gz
source = unixcw
source = unixcw.desktop
source = unixcw.png
- md5sums = f25cc9fbaf3445780fc440bec6e1e2c9
+ md5sums = 3bdb7552b3b81337ce779ba5f3226803
md5sums = 3f6168a6c81c550dc78006202f959db3
md5sums = b07f06b4fc940ba1b853e2b23f686490
md5sums = f7f81dcf7a1bba55bf8cde70d59d8ed5
- sha256sums = 63b6253e29083e1e27c65150f580792aab912c989ae2d47c6df16e80cc79e07e
+ sha256sums = b52f851f58a997e3ca96df7989c9ab9fb2db46557fc9e86b9d039590368f9997
sha256sums = f23fdc2c7346abd26b8acc8961eff599f08e6905a6cef2b0e402d86c6a9a1714
sha256sums = 69d3905c87200ddfda66275b72e73b8fda0636a0a600f5a6e7d8324caab0eee7
sha256sums = be1d10724873ae84fec6f580792e5ce9fe2dbfc3e75e2bde14f6893391a63ff1
pkgname = unixcw
-
diff --git a/PKGBUILD b/PKGBUILD
index 54ae787ab091..947a2b4b3dfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,16 @@
# Original Submission: Bob Finch <w9ya@qrparci.net>
pkgname=unixcw
-pkgver=3.5.1
+pkgver=3.6.0
pkgrel=1
-pkgdesc="CW tutor & generator - program suite"
+pkgdesc="CW tutor & generator - program suite - Ham Radio"
arch=('i686' 'x86_64')
url="http://unixcw.sourceforge.net"
-license=('GPL')
+license=('GPL3')
depends=('qt5-base')
+optdepends=('hamradio-menus')
+provides=('unixcw')
+conflicts=('unixcw-git')
source=(http://downloads.sourceforge.net/sourceforge/unixcw/$pkgname-$pkgver.tar.gz
$pkgname
$pkgname.desktop
@@ -35,11 +38,11 @@ package() {
install -D -m644 $pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
install -D -m644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
}
-md5sums=('f25cc9fbaf3445780fc440bec6e1e2c9'
+md5sums=('3bdb7552b3b81337ce779ba5f3226803'
'3f6168a6c81c550dc78006202f959db3'
'b07f06b4fc940ba1b853e2b23f686490'
'f7f81dcf7a1bba55bf8cde70d59d8ed5')
-sha256sums=('63b6253e29083e1e27c65150f580792aab912c989ae2d47c6df16e80cc79e07e'
+sha256sums=('b52f851f58a997e3ca96df7989c9ab9fb2db46557fc9e86b9d039590368f9997'
'f23fdc2c7346abd26b8acc8961eff599f08e6905a6cef2b0e402d86c6a9a1714'
'69d3905c87200ddfda66275b72e73b8fda0636a0a600f5a6e7d8324caab0eee7'
'be1d10724873ae84fec6f580792e5ce9fe2dbfc3e75e2bde14f6893391a63ff1')