diff options
Diffstat (limited to 'sound-cutter')
-rwxr-xr-x | sound-cutter/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound-cutter/PKGBUILD b/sound-cutter/PKGBUILD index 17af01286..0a9057ea5 100755 --- a/sound-cutter/PKGBUILD +++ b/sound-cutter/PKGBUILD @@ -4,7 +4,7 @@ pkgver=1.2.4 pkgrel=1 pkgdesc="Wrapper for sox for mastering stereo music (a.k.a. CDs) from multi channel records" arch=('any') -url="https://opensources.eckner.net/ls.php?ls=${pkgname}" +url="https://git.eckner.net/${pkgname}.git" license=('GPL') groups=() depends=('sox' 'bc') @@ -17,9 +17,9 @@ replaces=() backup=() options=() source=( - "${pkgname}-${pkgver}.tar.gz::https://opensources.eckner.net/dl.php?dl=${pkgname}-${pkgver}" + "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" ) -sha512sums=('cf6066fbe215413f9b723b7fea8f4ad99e04a69928a087da3e399275c3ded3a27541c79c761deb9d101680f816f2fd49aeeb645f6b6854519f27cb430e86492d') +sha512sums=('e6c9b423654a36b556e43aa0fb92e24ac1039677cf6ebe2b9456a434ee60ae34d6e0aaba5a7221d58bfea3a1ab0efc514cb56d150f5c6fcebf5354c80c00525c') build() { |