summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e0d1c2c6bc2..b202b1b5033f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autofishbot-git
pkgdesc = An auto fishing robot for Minecraft server.
- pkgver = r2.bcaaf0a
+ pkgver = latest
pkgrel = 1
url = https://github.com/MscBaiMeow/AutoFishingBot
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d0d00280251c..def8514fcaed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fantasyzhjk <fantasyzhjk@outlook.com>
pkgname=autofishbot-git
-pkgver=r2.bcaaf0a
+pkgver=latest
pkgrel=1
pkgdesc="An auto fishing robot for Minecraft server."
url="https://github.com/MscBaiMeow/AutoFishingBot"
@@ -36,6 +36,6 @@ build() {
package() {
cd "${srcdir}/go/src/github.com/MscBaiMeow/AutoFishingBot"
- install -Dm755 "./build/AutoFishingBot" "${pkgdir}/usr/bin/autofishbot-git"
+ install -Dm755 "./build/AutoFishingBot" "${pkgdir}/usr/bin/autofishbot"
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}