summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorilona2021-06-22 17:24:47 -0500
committerilona2021-06-22 17:24:47 -0500
commit3e75dbf4809a58d9fc31700fcdde20c6cd8e238b (patch)
tree76279361e79d3235c2f38a564ce13420a7d161ef
parent5d217c6511b43b43b8150772e0d55deeebfa919a (diff)
downloadaur-3e75dbf4809a58d9fc31700fcdde20c6cd8e238b.tar.gz
one last thing
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcd211455234..dfe4d4b1028b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mtmigrate
pkgdesc = mtmigrate (music torrent migrate) is a tool to help you with migrating your old data to a new torrent swarm.
pkgver = 0.1.0
- pkgrel = 2
- url = https://github.com/ThomasColliers/mtmigrate
+ pkgrel = 3
+ url = https://github.com/nondescriptpointer/mtmigrate
arch = armv6h
arch = armv7h
arch = aarch64
@@ -11,7 +11,7 @@ pkgbase = mtmigrate
groups = gazelle-tools
license = MIT
makedepends = rust
- source = git+https://github.com/ThomasColliers/mtmigrate
+ source = git+https://github.com/nondescriptpointer/mtmigrate
md5sums = SKIP
pkgname = mtmigrate
diff --git a/PKGBUILD b/PKGBUILD
index 7806a7f7edc9..0d0f22a015cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=mtmigrate
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="mtmigrate (music torrent migrate) is a tool to help you with migrating your old data to a new torrent swarm."
arch=('armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
-url="https://github.com/ThomasColliers/mtmigrate"
+url="https://github.com/nondescriptpointer/mtmigrate"
license=('MIT')
groups=('gazelle-tools')
makedepends=('rust')
-source=("git+https://github.com/ThomasColliers/mtmigrate")
+source=("git+https://github.com/nondescriptpointer/mtmigrate")
md5sums=('SKIP')
build() {