Compare commits

...

8 Commits

Author SHA1 Message Date
2a3c529251 Raised pkgrel to 8 2023-05-27 22:26:48 +02:00
f17e2dac1d Raised pkgrel to 7 2022-01-29 20:05:22 +01:00
107db7164c Raised pkgrel to 6 2021-07-22 23:57:47 +02:00
3852085382 Raised pkgrel to 5 2021-06-11 20:20:53 +02:00
3215d98b94 Raised pkgrel to 4 2021-06-11 20:18:13 +02:00
f82b50252e Raised pkgrel to 3 2021-06-11 20:08:09 +02:00
0c07e4c43f Raised pkgrel to 2 2021-02-18 19:03:44 +01:00
1b40a3cd79 add bashlib as dependency 2021-02-10 19:18:47 +01:00

View File

@@ -1,12 +1,12 @@
# Maintainer: Fabian <fabian@ldsoft.dev>
pkgname=music_tagmove
pkgver=1.0
pkgrel=1
pkgrel=8
pkgdesc="Tool to automatically split and move music files based on tags"
arch=('any')
url="https://git.ldsoft.dev/fabs/music_tagmove.git"
license=('GPL')
depends=('cuetools-fabs' 'flac' 'shntool' 'bbe' 'id3v2-git' )
depends=('cuetools-fabs' 'flac' 'shntool' 'bbe' 'id3v2-git' 'bashlib' )
source=("$pkgname"::"git+https://git.ldsoft.dev/fabs/music_tagmove.git")
sha512sums=('SKIP')