summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2020-12-20 19:30:48 +0800
committeryjun2020-12-20 19:30:48 +0800
commit6e437975f701213b37e6f5eae5f77289c105d9c0 (patch)
treea0d011e609dc067cbd6972a897d6a2a5834686ec
parentc0063dca88c6ee2651579edad8dc12e11d84a099 (diff)
downloadaur-6e437975f701213b37e6f5eae5f77289c105d9c0.tar.gz
updated url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c76903e87d0d..478ec017a468 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = musicfox
pkgdesc = netease cloud music terminal client written in Dart.
pkgver = 1.2.0
pkgrel = 1
- url = https://github.com/AlanAlbert/musicfox
+ url = https://github.com/anhoder/musicfox
arch = x86_64
license = MIT
makedepends = dart
@@ -11,7 +11,7 @@ pkgbase = musicfox
provides = musicfox-bin
conflicts = musicfox-bin
options = !strip
- source = musicfox-1.2.0.tar.gz::https://github.com/AlanAlbert/musicfox/archive/1.2.0.tar.gz
+ source = musicfox-1.2.0.tar.gz::https://github.com/anhoder/musicfox/archive/1.2.0.tar.gz
sha256sums = be84b4db8841f9b03e86a70b9000c7a1fa8db417641e460f6d810b0959bc0fd5
pkgname = musicfox
diff --git a/PKGBUILD b/PKGBUILD
index 3ad15cf1ef63..b2f66147161c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.0
pkgrel=1
pkgdesc="netease cloud music terminal client written in Dart."
arch=('x86_64')
-url="https://github.com/AlanAlbert/musicfox"
+url="https://github.com/anhoder/musicfox"
license=('MIT')
depends=('mpg123'
'libnotify')
@@ -13,7 +13,7 @@ makedepends=('dart')
provides=("${pkgname}-bin")
conflicts=("${pkgname}-bin")
options=('!strip')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/AlanAlbert/musicfox/archive/${pkgver}.tar.gz")
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
sha256sums=('be84b4db8841f9b03e86a70b9000c7a1fa8db417641e460f6d810b0959bc0fd5')