summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd305a661721..d885d21536f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: graysky <graysky AT archlinux DOT us>
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
+# Contributor: graysky <graysky AT archlinux DOT us>
pkgname=yatoc2cue
pkgver=0.7
_pkgver=07
-pkgrel=3
+pkgrel=4
pkgdesc="converts a cdrdao .toc file to a .cue as known from tools like EAC"
-arch=('any')
-url="http://yatoctocue.sourceforge.net"
-license=('GPL')
-depends=('perl' 'perl-switch')
-source=("https://astuteinternet.dl.sourceforge.net/project/$pkgname/v$pkgver/$pkgname$_pkgver.tar.bz2")
-sha256sums=('90bff56479a3e15cd1e536449611cea63d6f84132b2af5d0e3c3ddabd4b8d747')
+arch=(any)
+url="https://sourceforge.net/projects/yatoctocue/"
+license=(GPL3)
+depends=(perl perl-switch)
+source=("https://sourceforge.net/projects/yatoctocue/files/v0.7/yatoc2cue07.tar.bz2")
+sha256sums=('bb940e153d43c50cafe235e207a92d32a902e8e61d5ea1e27efaf01f932843d6')
package() {
install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"