diff options
Diffstat (limited to 'texlive-europecv')
-rw-r--r-- | texlive-europecv/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/texlive-europecv/PKGBUILD b/texlive-europecv/PKGBUILD index 0f3480c..c30f68b 100644 --- a/texlive-europecv/PKGBUILD +++ b/texlive-europecv/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=texlive-europecv -pkgver=1 +pkgver=20140627 pkgrel=1 pkgdesc='Unofficial class for European curricula vitæ' arch=('any') @@ -10,9 +10,9 @@ url='http://www.ctan.org/tex-archive/macros/latex/contrib/europecv/' license=('GPL') depends=('texlive-latexextra') source=("europecv-${pkgver}.zip"::"http://mirror.ctan.org/macros/latex/contrib/europecv.zip") -md5sums=('502654da6a5b5159e1e1f58cd792d327') +sha256sums=('8774724fa20744777d2ce7275024f5969b0cdd09684033949b833410c45112d5') package() { - install -d "$pkgdir"/usr/share/texmf/tex/latex - cp -r europecv "$pkgdir"/usr/share/texmf/tex/latex + install -d -- "$pkgdir"/usr/share/texmf/tex/latex + cp -r europecv -- "$pkgdir"/usr/share/texmf/tex/latex } |