diff options
author | Ybalrid (Arthur Brainville) | 2022-10-24 11:40:19 +0000 |
---|---|---|
committer | Ybalrid (Arthur Brainville) | 2022-10-24 11:40:19 +0000 |
commit | 1407a9e56cca31210025ed25bd5d04df82b376a2 (patch) | |
tree | 34c4eb923abf69feb817eced2c90e8a215ee3513 | |
parent | 54ded0de33f0ae584b5fde6f66013f69ba4dc239 (diff) | |
download | aur-1407a9e56cca31210025ed25bd5d04df82b376a2.tar.gz |
Fix the service script
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,15 +1,15 @@ pkgbase = systemd-numlockontty pkgdesc = Systemd service + script, automatically activate numpad on ttys pkgver = 0.1 - pkgrel = 13 + pkgrel = 14 url = https://github.com/Ybalrid/systemd-numlockontty install = numlockontty.install arch = any license = GPL depends = systemd replaces = numlockontty - source = https://github.com/Ybalrid/systemd-numlockontty/releases/download/0.1-13/numlockontty-0.1.tar.gz - md5sums = 7e5ce843e9951c3c596457e63053384d + source = https://github.com/Ybalrid/systemd-numlockontty/releases/download/0.1-14/numlockontty-0.1.tar.gz + md5sums = 65569e3b4a2240c3bd5dfe02414e33da pkgname = systemd-numlockontty @@ -3,16 +3,16 @@ pkgname=systemd-numlockontty pkgver=0.1 -pkgrel=13 +pkgrel=14 pkgdesc="Systemd service + script, automatically activate numpad on ttys" arch=('any') -url="https://github.com/Ybalrid/systemd-numlockontty" +url="http://percival.ybalrid.info/aur/numlockontty.html" depends=('systemd') replaces=('numlockontty') license=('GPL') install=numlockontty.install source=("https://github.com/Ybalrid/systemd-numlockontty/releases/download/$pkgver-$pkgrel/numlockontty-$pkgver.tar.gz") -md5sums=('7e5ce843e9951c3c596457e63053384d') +md5sums=('65569e3b4a2240c3bd5dfe02414e33da') package() { install -Dvm755 "$srcdir/numlockOnTty" "$pkgdir/usr/bin/numlockOnTty" |