summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 975f0fcd19bc..2ce133891ef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"