This repository was archived by the owner on Dec 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 18 files changed +48
-48
lines changed
Expand file tree Collapse file tree 18 files changed +48
-48
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ INSTALL_DIR_MAC=/usr/local/bin
99VERSION ?= $(shell git describe --tags --abbrev=0 2>/dev/null || echo "dev")
1010BUILDENV := $(shell go version)
1111
12- LDFLAGS=-ldflags ="-X 'github.com/xeyossr /anitr-cli/internal/update.version=$(VERSION ) ' -X 'github.com/xeyossr /anitr-cli/internal/update.buildEnv=$(BUILDENV ) '"
12+ LDFLAGS=-ldflags ="-X 'github.com/axrona /anitr-cli/internal/update.version=$(VERSION ) ' -X 'github.com/axrona /anitr-cli/internal/update.buildEnv=$(BUILDENV ) '"
1313
1414mod-tidy :
1515 $(GO ) mod tidy
Original file line number Diff line number Diff line change 11pkgbase = anitr-cli
22 pkgdesc = 🚀 Terminalde Türkçe altyazılı anime arama ve izleme aracı
33 pkgver = 4.5.3
4- pkgrel = 1
5- url = https://github.com/xeyossr /anitr-cli
4+ pkgrel = 2
5+ url = https://github.com/axrona /anitr-cli
66 arch = any
77 license = GPL3
88 makedepends = go
@@ -12,7 +12,7 @@ pkgbase = anitr-cli
1212 optdepends = rofi-wayland: Wayland kullanıcıları için GUI
1313 optdepends = yt-dlp: Anime indirme özelliği için
1414 optdepends = youtube-dl: Anime indirme özelliği için
15- source = anitr-cli-4.5.3.tar.gz::https://github.com/xeyossr /anitr-cli/archive/refs/tags/v4.5.3.tar.gz
15+ source = anitr-cli-4.5.3.tar.gz::https://github.com/axrona /anitr-cli/archive/refs/tags/v4.5.3.tar.gz
1616 sha256sums = SKIP
1717
1818pkgname = anitr-cli
Original file line number Diff line number Diff line change 1- # Maintainer: xeyossr
1+ # Maintainer: xeyossr (axrona)
22# Description: 🚀 Terminalde Türkçe altyazılı anime arama ve izleme aracı
33pkgname=anitr-cli
44pkgver=4.5.3
5- pkgrel=1
5+ pkgrel=2
66pkgdesc=" 🚀 Terminalde Türkçe altyazılı anime arama ve izleme aracı"
77arch=(' any' )
8- url=" https://github.com/xeyossr /anitr-cli"
8+ url=" https://github.com/axrona /anitr-cli"
99license=(' GPL3' )
1010depends=(' mpv' )
1111makedepends=(' go' ' git' )
@@ -17,7 +17,7 @@ optdepends=(
1717 ' youtube-dl: Anime indirme özelliği için'
1818)
1919
20- source=(" ${pkgname} -${pkgver} .tar.gz::https://github.com/xeyossr /anitr-cli/archive/refs/tags/v${pkgver} .tar.gz" )
20+ source=(" ${pkgname} -${pkgver} .tar.gz::https://github.com/axrona /anitr-cli/archive/refs/tags/v${pkgver} .tar.gz" )
2121sha256sums=(' SKIP' )
2222
2323build () {
@@ -28,7 +28,7 @@ build() {
2828 go fmt ./...
2929
3030 gobuildenv=$( go version)
31- go build -o build/anitr-cli -ldflags=" -X 'github.com/xeyossr /anitr-cli/internal/update.version=${pkgver} ' -X 'github.com/xeyossr /anitr-cli/internal/update.buildEnv=${gobuildenv} '"
31+ go build -o build/anitr-cli -ldflags=" -X 'github.com/axrona /anitr-cli/internal/update.version=${pkgver} ' -X 'github.com/axrona /anitr-cli/internal/update.buildEnv=${gobuildenv} '"
3232}
3333
3434package () {
Original file line number Diff line number Diff line change 1- module github.com/xeyossr /anitr-cli
1+ module github.com/axrona /anitr-cli
22
33go 1.23.0
44
@@ -10,7 +10,7 @@ require (
1010 github.com/charmbracelet/lipgloss v1.1.0
1111 github.com/muesli/reflow v0.3.0
1212 github.com/spf13/cobra v1.9.1
13- github.com/xeyossr /go-discordrpc v1.1.0
13+ github.com/axrona /go-discordrpc v1.1.0
1414)
1515
1616require (
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
5959github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
6060github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
6161github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
62- github.com/xeyossr /go-discordrpc v1.1.0 h1:Aj3IgQbBYTU8aazmpPTLreAKPLta9G7ZlgQy1Cazp+8 =
63- github.com/xeyossr /go-discordrpc v1.1.0 /go.mod h1:SvAeJIAdkhljZMtunSVc42bLfbOlJgoURLsCr7pCk4s =
62+ github.com/axrona /go-discordrpc v1.1.0 h1:Aj3IgQbBYTU8aazmpPTLreAKPLta9G7ZlgQy1Cazp+8 =
63+ github.com/axrona /go-discordrpc v1.1.0 /go.mod h1:SvAeJIAdkhljZMtunSVc42bLfbOlJgoURLsCr7pCk4s =
6464github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no =
6565github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e /go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM =
6666golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 h1:MDc5xs78ZrZr3HMQugiXOAkSZtfTpbJLDr/lwfgO53E =
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euo pipefail
33
4- REPO_URL=" https://github.com/xeyossr /anitr-cli"
4+ REPO_URL=" https://github.com/axrona /anitr-cli"
55INSTALL_DIR=" /usr/bin"
66CLONE_DIR=" $( mktemp -d) "
77BINARY_NAME=" anitr-cli"
@@ -51,7 +51,7 @@ if [[ "$HAS_MAKE" -eq 1 ]]; then
5151else
5252 VERSION=$( git describe --tags --abbrev=0 2> /dev/null || echo " dev" )
5353 BUILDENV=$( go version || echo " linux" )
54- go build -o " $BINARY_NAME " -ldflags=" -X 'github.com/xeyossr /anitr-cli/internal/update.version=$VERSION ' -X 'github.com/xeyossr /anitr-cli/internal/update.buildEnv=$BUILDENV '"
54+ go build -o " $BINARY_NAME " -ldflags=" -X 'github.com/axrona /anitr-cli/internal/update.version=$VERSION ' -X 'github.com/axrona /anitr-cli/internal/update.buildEnv=$BUILDENV '"
5555 if [[ $EUID -ne 0 ]]; then
5656 sudo install -Dm755 " $BINARY_NAME " " $INSTALL_DIR /$BINARY_NAME "
5757 else
Original file line number Diff line number Diff line change 44 "runtime"
55
66 "github.com/spf13/cobra"
7- "github.com/xeyossr /anitr-cli/internal/update"
7+ "github.com/axrona /anitr-cli/internal/update"
88)
99
1010type Flags struct {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "strings"
1212 "time"
1313
14- "github.com/xeyossr /anitr-cli/internal/ipc"
14+ "github.com/axrona /anitr-cli/internal/ipc"
1515)
1616
1717// MPVParams yapısı, MPV oynatıcı parametrelerini tutar.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package rpc
33import (
44 "fmt"
55
6- "github.com/xeyossr /anitr-cli/internal"
7- "github.com/xeyossr /go-discordrpc/client"
6+ "github.com/axrona /anitr-cli/internal"
7+ "github.com/axrona /go-discordrpc/client"
88)
99
1010var discordClient * client.Client
@@ -47,7 +47,7 @@ func DiscordRPC(params internal.RPCParams) error {
4747 Buttons : []* client.Button { // Butonlar
4848 {
4949 Label : "GitHub" ,
50- Url : "https://github.com/xeyossr /anitr-cli" , // GitHub bağlantısı
50+ Url : "https://github.com/axrona /anitr-cli" , // GitHub bağlantısı
5151 },
5252 },
5353 Timestamps : & client.Timestamps {
@@ -76,7 +76,7 @@ func DiscordRPC(params internal.RPCParams) error {
7676 Buttons : []* client.Button {
7777 {
7878 Label : "GitHub" ,
79- Url : "https://github.com/xeyossr /anitr-cli" ,
79+ Url : "https://github.com/axrona /anitr-cli" ,
8080 },
8181 },
8282 Timestamps : & client.Timestamps {
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import (
1111 "strconv"
1212 "strings"
1313
14- "github.com/xeyossr /anitr-cli/internal"
15- "github.com/xeyossr /anitr-cli/internal/models"
16- "github.com/xeyossr /anitr-cli/internal/utils"
14+ "github.com/axrona /anitr-cli/internal"
15+ "github.com/axrona /anitr-cli/internal/models"
16+ "github.com/axrona /anitr-cli/internal/utils"
1717)
1818
1919type AnimeCix struct {}
You can’t perform that action at this time.
0 commit comments