summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-10-19 10:55:42 +0200
committerkleintux2022-10-19 10:55:42 +0200
commitfa43638d1a8144b0bfd6882b77fb0fa1bf86d491 (patch)
tree46479b2cc5c289f8918adda2ba8ff614d18cb3c4
parent3e75dbf4809a58d9fc31700fcdde20c6cd8e238b (diff)
downloadaur-fa43638d1a8144b0bfd6882b77fb0fa1bf86d491.tar.gz
adopted. added missing git as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfe4d4b1028b..cba0baf110fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 3
+ pkgrel = 4
url = https://github.com/nondescriptpointer/mtmigrate
arch = armv6h
arch = armv7h
@@ -11,6 +11,7 @@ pkgbase = mtmigrate
groups = gazelle-tools
license = MIT
makedepends = rust
+ makedepends = git
source = git+https://github.com/nondescriptpointer/mtmigrate
md5sums = SKIP
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')