aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechcable2023-06-27 10:11:15 -0700
committerTechcable2023-06-27 10:44:35 -0700
commit804dd8baa24902ac9f8f7fa7a2c8ac718893479b (patch)
tree90fc650b6ed7463e593160d2ef861752a66c5c71
parentc58e1a9109d3d5c98fb4ae5cb741589598ba14db (diff)
downloadaur-804dd8baa24902ac9f8f7fa7a2c8ac718893479b.tar.gz
Rename package from 'senpai-irc' to 'senpai'
Pending acceptance of 'Merge request' from a TU to move the comments from the old package. Bump pkgrel to 2 for good measure.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD18
-rw-r--r--README.md4
3 files changed, 16 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43b19827ae0..50781566ef7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
-pkgbase = senpai-irc
+pkgbase = senpai
pkgdesc = TUI IRC Client Created by ~taiite
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://sr.ht/~taiite/senpai/
arch = x86_64
arch = aarch64
license = ISC
makedepends = go
makedepends = scdoc
+ conflicts = senpai-git
conflicts = senpai-irc-git
- conflicts = senpai
+ replaces = senpai-irc
source = senpai-v0.2.0.tar.gz::https://git.sr.ht/~taiite/senpai/archive/v0.2.0.tar.gz
sha256sums = 9786fd83f3e1067549c3c88455a1f66ec66d993fe597cee334d217a5d1cf4803
-pkgname = senpai-irc
+pkgname = senpai
diff --git a/PKGBUILD b/PKGBUILD
index 6031df5c6b92..dbd972fed784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,23 +5,21 @@
# This package is mirored on github at Techcable/aur-senpai
# PRs and issues welcome
-pkgname=senpai-irc
+pkgname=senpai
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='TUI IRC Client Created by ~taiite'
url=https://sr.ht/~taiite/senpai/
arch=(x86_64 aarch64)
license=('ISC')
-# NOTE: The `senpai` package is unrelated, but provides a binary with a similar name
+# Due to a naming conflict, this package was previously named 'senpai-irc'
#
-# As a result, our packages conflicts. Both packages seem to be low-usage in practice,
-# so I am going to stick with the binary's original name.
+# As of Jun 27, 2023, the other package has been removed.
+# I have renamed the package to be more accurate.
#
-# Please comment on the AUR board or email me if you want to install both packages and
-# this is an issue for you (I'm sure I can work something out)
-#
-# Also the binary is aliased to "senpai-irc" as a secondary name
-conflicts=('senpai-irc-git' 'senpai')
+# The binary continues to be aliased to "senpai-irc" for clarity and compatibility.
+replaces=('senpai-irc')
+conflicts=('senpai-git' 'senpai-irc-git')
makedepends=('go' 'scdoc')
source=("senpai-v${pkgver}.tar.gz::https://git.sr.ht/~taiite/senpai/archive/v${pkgver}.tar.gz")
sha256sums=('9786fd83f3e1067549c3c88455a1f66ec66d993fe597cee334d217a5d1cf4803')
diff --git a/README.md b/README.md
index f9a6a5dc45b7..06b9a0f969f7 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
-# senpai-irc-aur
+# senpai-aur
This is an _unofficial_ AUR package for the [senpai IRC client](https://sr.ht/~taiite/senpai/).
It is in no way endorsed by upstream, so make sure you can distinguish between their bugs and ours ;)
+The AUR package used to be named `senpai-irc` due to conflict with an existing `senpai` package. As of Jun 27, 2023, the other package has been deleted. So this package has been renamed to `senpai` for clarity.
+
The package has been mirrored to Github.
PRs and issues are welcome.