Date: Tuesday, July 17, 2018 @ 13:52:44 Author: dvzrv Revision: 360857
upgpkg: din 36-1 Upgrading to 36. Modified: din/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-17 12:54:17 UTC (rev 360856) +++ PKGBUILD 2018-07-17 13:52:44 UTC (rev 360857) @@ -3,7 +3,7 @@ # Contributor: muzhed <chusto...@126.com> pkgname=din -pkgver=35 +pkgver=36 pkgrel=1 pkgdesc="A sound synthesizer and musical instrument." arch=('x86_64') @@ -13,7 +13,7 @@ depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl') makedepends=('boost' 'glu') source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz") -sha512sums=('a3f16996eab7362624e6bb6156843173c6d5e5662843a4502920aedff4c81efa34723d07b8982973cc99ff5e0c945efeb1b66d7e52e14f92cf26d817b8a5a309') +sha512sums=('e70424f0e437394746ee4bd0ae7d515c1a9421dfb09cc91cadef0849a297d28e262bf7947e970e2ae65824d211ec9d896d963b17715259063b3fc8ad3635f8d3') prepare() { cd "${pkgname}-${pkgver}"