Update cuetools to 1.4.1

This commit is contained in:
gnastyle 2015-05-05 13:57:01 +00:00
parent 3b9af8d036
commit 6348805d47

View File

@ -1,8 +1,7 @@
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
# Contributions from Arch: https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/cuetools # Contributions from Arch: https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/cuetools
pkgname=cuetools pkgname=cuetools
pkgver=1.4.0 pkgver=1.4.1
pkgrel=1 pkgrel=1
pkgdesc="Cue and toc file parsers and utilities" pkgdesc="Cue and toc file parsers and utilities"
arch=('x86_64') arch=('x86_64')
@ -11,7 +10,7 @@ url="https://github.com/svend/cuetools"
license=('GPL') license=('GPL')
depends=('glibc') depends=('glibc')
source=("https://github.com/svend/cuetools/archive/${pkgver}.tar.gz") source=("https://github.com/svend/cuetools/archive/${pkgver}.tar.gz")
md5sums=('4492dae2b3f9e077f6455a1f1cddef3b') sha512sums=('dc81e6ec756f9d040dd913e8f340be136d68619caa24bdec21364f94b4fc0ffcbcf21325c7fd53c9230d6d70a2856b45a32c5ca7f41ec76fa47298bf226d959e')
prepare() { prepare() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"