summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2023-08-31 15:51:28 -0600
committernot_anonymous2023-08-31 15:51:28 -0600
commit96f81e999c4711a6e00d59d647fe2fce25618f01 (patch)
tree6d3381afdebedfb87bcdef94a9f6774f2922dbdd
parent305f8a28d6629bd2dbd8ad3473b7153095d93fde (diff)
downloadaur-winkeydaemon.tar.gz
Updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--winkeydaemon-1.0.PE7T-2.gzbin4475 -> 0 bytes
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b09a8a98b2aa..af19bf68d6ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = winkeydaemon
pkgdesc = API for sending CW (Morse Code) with K1EL's USB devices
pkgver = 1.0.PE7T
- pkgrel = 4
+ pkgrel = 5
url = http://home.kpn.nl/w.knol18/qle/winkeyer/index.html
arch = any
license = GPL
depends = perl-device-serialport
- source = winkeydaemon-1.0.PE7T-2.gz
+ source = https://github.com/N0NB/winkeydaemon/archive/refs/tags/v1.0.PE7T-2.tar.gz
source = winkeydaemon.8
- md5sums = f8a9e7aa551446ac26798f250919d849
+ md5sums = 7df4f47581739f94464738ea027e1fed
md5sums = 5d9ec64280698a6e9878a4d3e1a869b1
- sha256sums = f93a1301443c08ab8eea58d50e021257da03066fec61f9ba4bb229f664aef084
+ sha256sums = 9a3603499b4a35940f647229cf3f3c4583237ce646211b79b439b6aec2ef5b85
sha256sums = 9e2e19b5cc66edf29104853b0b7502dbeae5cc9a20a584c46933b0d38f682176
pkgname = winkeydaemon
diff --git a/PKGBUILD b/PKGBUILD
index 47093b46968e..743881ee27b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,24 +3,24 @@
pkgname=winkeydaemon
pkgver=1.0.PE7T
_pkgver=1.0.PE7T-2
-pkgrel=4
+pkgrel=5
pkgdesc="API for sending CW (Morse Code) with K1EL's USB devices"
arch=('any')
url="http://home.kpn.nl/w.knol18/qle/winkeyer/index.html"
license=('GPL')
depends=('perl-device-serialport')
-source=($pkgname-$_pkgver.gz
+source=(https://github.com/N0NB/winkeydaemon/archive/refs/tags/v$pkgver-2.tar.gz
$pkgname.8)
package() {
cd "$srcdir/"
install -d $pkgdir/usr/bin
- install -D -m 755 $pkgname-$pkgver-2 $pkgdir/usr/bin/.
+ install -D -m 755 $pkgname-$pkgver-2/$pkgname.pl $pkgdir/usr/bin/$pkgname-$pkgver-2
mkdir -p $pkgdir/usr/share/man/man8
install -D -m 644 $pkgname.8 $pkgdir/usr/share/man/man8/.
}
-md5sums=('f8a9e7aa551446ac26798f250919d849'
+md5sums=('7df4f47581739f94464738ea027e1fed'
'5d9ec64280698a6e9878a4d3e1a869b1')
-sha256sums=('f93a1301443c08ab8eea58d50e021257da03066fec61f9ba4bb229f664aef084'
+sha256sums=('9a3603499b4a35940f647229cf3f3c4583237ce646211b79b439b6aec2ef5b85'
'9e2e19b5cc66edf29104853b0b7502dbeae5cc9a20a584c46933b0d38f682176')
diff --git a/winkeydaemon-1.0.PE7T-2.gz b/winkeydaemon-1.0.PE7T-2.gz
deleted file mode 100644
index 5f9139e472b3..000000000000
--- a/winkeydaemon-1.0.PE7T-2.gz
+++ /dev/null
Binary files differ