summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef2b332591b6..c820af291f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hhd-user
pkgdesc = Handheld Daemon User Service. Adds a user service file, and the appropriate rules so that hhd can run as a user daemon. Enable with `systemctl --user enable hhd-user` and reboot.
pkgver = 0.0.1
- pkgrel = 2
- url = https://github.com/antheas/hhd
+ pkgrel = 3
+ url = https://github.com/hhd-dev/hhd
arch = x86_64
license = MIT
source = hhd-user.conf
diff --git a/PKGBUILD b/PKGBUILD
index a2931fe98db9..4934c3794f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Antheas Kapenekakis <aur at antheas dot dev>
pkgname=hhd-user
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc='Handheld Daemon User Service. Adds a user service file, and the appropriate rules so that hhd can run as a user daemon. Enable with `systemctl --user enable hhd-user` and reboot.'
arch=('x86_64')
-url='https://github.com/antheas/hhd'
+url='https://github.com/hhd-dev/hhd'
license=('MIT')
depends=()
provides=()