summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornot_anonymous2017-02-14 18:59:37 -0700
committernot_anonymous2017-02-14 18:59:37 -0700
commit346252da71b854effcff3d918a5ff00012381342 (patch)
treec67fef902a6b0c3a07b222724687a01b1f6ef006 /PKGBUILD
parent3ba1b32353f43ddebe9d3402a441a5f7c8043ec5 (diff)
downloadaur-346252da71b854effcff3d918a5ff00012381342.tar.gz
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb159851c63e..995bde85e111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,20 @@ pkgname=cwdaemon
_author=acerion
pkgver=0.10.2
#.r4.g44f36eb
-pkgrel=1
+pkgrel=2
pkgdesc="Ham Radio Morse Code transmitter - text input is sent via udp port 6789."
arch=('i686' 'x86_64')
url="http://cwdaemon.sourceforge.net"
license=('GPL')
-depends=('unixcw>=3.3.1' 'netcat')
+#depends=('unixcw>=3.3.1' 'netcat')
+depends=('unixcw' 'netcat')
source=("$pkgname::git+https://github.com/$_author/$pkgname#branch=master"
#http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
diff.Makefile.am
diff.Makefile.am.example)
pkgver() {
- cd "$pkgname"
+ cd $srcdir/$pkgname
git describe --long | sed -r 's/-([0-9,a-g,A-G].*)//'
# git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'