Date: Thursday, November 7, 2013 @ 14:06:42 Author: spupykin Revision: 100648
upgpkg: etl 0.04.17-1 upd Modified: etl/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-07 11:59:11 UTC (rev 100647) +++ PKGBUILD 2013-11-07 13:06:42 UTC (rev 100648) @@ -3,18 +3,17 @@ # Contributor: Franco Iacomella <[email protected]> pkgname=etl -pkgver=0.04.16 +pkgver=0.04.17 pkgrel=1 pkgdesc="VoriaETL: C++ STL complementory multiplatform template library" -arch=(i686 x86_64) +arch=(any) url="http://synfig.org" license=('GPL2') depends=() conflicts=('synfig-etl') replaces=('synfig-etl') -#source=(http://arch.p5n.pp.ru/~sergej/dl/synfig-0.63.04.tar.gz) -source=(http://downloads.sourceforge.net/project/synfig/ETL/$pkgver/ETL-$pkgver.tar.gz) -md5sums=('e330d2045e980d424beb054423c73797') +source=(http://downloads.sourceforge.net/project/synfig/releases/0.64.1/source/ETL-$pkgver.tar.gz) +md5sums=('5be6549e9c419db2661d16b1f3cd2952') build() { cd $srcdir/ETL-$pkgver
