aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechcable2024-03-30 15:48:00 -0700
committerTechcable2024-03-30 15:50:32 -0700
commit11e5fa11ae2c0322b0b93efff505762656061874 (patch)
treec31e5c4ffa8be0a81b1e17ef5491a109ea7b43e1
parentd0c746ecedc0f24f09f0ee562bf0f25da61f3d27 (diff)
downloadaur-11e5fa11ae2c0322b0b93efff505762656061874.tar.gz
Update dis4irc README to point to new repository
Also updates similar reference in PKGBUILD
-rw-r--r--PKGBUILD2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5014d7b2dd91..62296e2953e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Techcable <$USERNAME at techcable.net>
-# This package is mirored on github at Techcable/aur-dis4irc
+# This package is mirored on github at Techcable/archlinux-packages
# PRs and issues welcome
# This package uses precompiled jar files, see README.md for justification
diff --git a/README.md b/README.md
index 575516cfa22e..2b2114f4079e 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@ It creates an isolated user and includes a systemd unit file. It downloads the b
It is in no way endorsed by upstream, so make sure you can distinguish between their bugs and ours ;)
-Also, this is my first time mirroring an AUR package to github.
+Mirrored to Github at [Techcable/archlinux-packages](https://github.com/Techcable/archlinux-packages), managed with [git-subrepo](https://github.com/ingydotnet/git-subrepo).
PRs and issues are welcome.
## Why precompiled binaries
- This package uses precompiled jar files, but does *not* have the traditional `-bin` suffix in its name.
+This package uses precompiled jar files, but does *not* have the traditional `-bin` suffix in its name.
This is because the Java packaging guidelines say "You do not need to compile Java applications from source" ([See wiki](https://wiki.archlinux.org/title/Java_package_guidelines#Java_packaging_on_Arch_Linux)).