Date: Thursday, May 13, 2021 @ 17:16:02 Author: bgyorgy Revision: 933320
upgpkg: etl 1.4.1-1: Update to version 1.4.1 Modified: etl/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-13 17:11:45 UTC (rev 933319) +++ PKGBUILD 2021-05-13 17:16:02 UTC (rev 933320) @@ -3,14 +3,15 @@ # Contributor: Franco Iacomella <[email protected]> pkgname=etl -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc='VoriaETL: C++ STL complementory multiplatform template library' arch=('any') url='https://www.synfig.org/' license=('GPL3') +makedepends=('glibmm') source=("https://downloads.sourceforge.net/synfig/ETL-$pkgver.tar.gz") -sha256sums=('d43396c0ac356114713469216a9257247c2588d5475590a46db63cf201d1a011') +sha256sums=('ecb61942da60dca8e623af8ad03656897d10b03296e8907dd3c6c296390a074c') build() { cd ETL-$pkgver
