[arch-commits] Commit in etl/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Jul 23 10:42:47 UTC 2015


    Date: Thursday, July 23, 2015 @ 12:42:47
  Author: spupykin
Revision: 137319

upgpkg: etl 0.04.19-1

upd

Modified:
  etl/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-23 10:28:43 UTC (rev 137318)
+++ PKGBUILD	2015-07-23 10:42:47 UTC (rev 137319)
@@ -3,7 +3,7 @@
 # Contributor: Franco Iacomella <yaco at gnu.org>
 
 pkgname=etl
-pkgver=0.04.18
+pkgver=0.04.19
 pkgrel=1
 pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
 arch=(any)
@@ -12,16 +12,16 @@
 depends=()
 conflicts=('synfig-etl')
 replaces=('synfig-etl')
-source=(http://downloads.sourceforge.net/project/synfig/releases/1.0/source/ETL-$pkgver.tar.gz)
-md5sums=('56da92ff1547b4dc072cc52164c03d1c')
+source=(http://download.tuxfamily.org/synfig/releases/1.0.1/ETL-$pkgver.tar.gz)
+md5sums=('d03e57bdeade19786ba9490a7dd985f7')
 
 build() {
-  cd $srcdir/ETL-$pkgver-RC5
+  cd $srcdir/ETL-$pkgver
   [ -f Makefile ] || ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/ETL-$pkgver-RC5
+  cd $srcdir/ETL-$pkgver
   make DESTDIR=$pkgdir install
 }



More information about the arch-commits mailing list