Date: Monday, June 4, 2018 @ 03:51:23 Author: foutrelis Revision: 340215
Adopt and switch to sha256sums Modified: splix/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-04 02:21:03 UTC (rev 340214) +++ PKGBUILD 2018-06-04 03:51:23 UTC (rev 340215) @@ -1,6 +1,7 @@ # $Id$ -# Maintainer: Sergej Pupykin <[email protected]> -# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> +# Maintainer: Evangelos Foutras <[email protected]> +# Contributor: Sergej Pupykin <[email protected]> +# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Francis Carroll (franciscarroll at gmail dot com) pkgname=splix @@ -15,8 +16,8 @@ install=splix.install source=(svn://svn.code.sf.net/p/splix/code/splix#revision=315 splix-deviceID.patch) -md5sums=('SKIP' - '674b6880dcee844e0e7f50baae0dc09f') +sha256sums=('SKIP' + 'd8540032c994d49cbe32c7831b703125b2951ef353d5f2e3320933f47073efeb') prepare() { cd splix @@ -34,3 +35,5 @@ cd splix make DESTDIR="$pkgdir" install DRV_ONLY=1 } + +# vim:set ts=2 sw=2 et:
