diff options
author | tuxnix | 2025-01-18 01:38:30 +0100 |
---|---|---|
committer | tuxnix | 2025-01-18 01:38:30 +0100 |
commit | ca919d585bad678e96a4072458974d89ac07be22 (patch) | |
tree | fed8d5494bf218a848a21903b5ec48c7f283854d | |
parent | 7dceb1a7866b32331e67f7c91efa8fc3645e318e (diff) | |
download | aur-ca919d585bad678e96a4072458974d89ac07be22.tar.gz |
url
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ pkgdesc="Remind user upgrade packages and keeps package cache clean" arch=('any') depends=('bash' 'curl' 'pup' 'systemd' 'libnotify' 'reflector' 'pacman-contrib') makedepends=(git) -url="https://codeberg.org/tuxnix.git" +url="https://codeberg.org/tuxnix/$pkgname.git" license=('LicenseRef-FAFBL') install="$pkgname.install" source=("$pkgname::git+https://codeberg.org/tuxnix/$pkgname") |