summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-10-19 10:55:42 +0200
committerkleintux2022-10-19 10:55:42 +0200
commitfa43638d1a8144b0bfd6882b77fb0fa1bf86d491 (patch)
tree46479b2cc5c289f8918adda2ba8ff614d18cb3c4 /PKGBUILD
parent3e75dbf4809a58d9fc31700fcdde20c6cd8e238b (diff)
downloadaur-fa43638d1a8144b0bfd6882b77fb0fa1bf86d491.tar.gz
adopted. added missing git as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d0f22a015cc..d9d10176f10a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
+
pkgname=mtmigrate
pkgver=0.1.0
-pkgrel=3
+pkgrel=4
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/nondescriptpointer/mtmigrate"
license=('MIT')
groups=('gazelle-tools')
-makedepends=('rust')
+makedepends=('rust' 'git')
source=("git+https://github.com/nondescriptpointer/mtmigrate")
md5sums=('SKIP')