[arch-commits] Commit in etl/repos/community-any (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Jan 19 11:52:06 UTC 2017


    Date: Thursday, January 19, 2017 @ 11:52:05
  Author: bpiotrowski
Revision: 208021

archrelease: copy trunk to community-any

Added:
  etl/repos/community-any/PKGBUILD
    (from rev 208020, etl/trunk/PKGBUILD)
Deleted:
  etl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-19 11:52:00 UTC (rev 208020)
+++ PKGBUILD	2017-01-19 11:52:05 UTC (rev 208021)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Franco Iacomella <yaco at gnu.org>
-
-pkgname=etl
-pkgver=0.04.19
-pkgrel=1
-pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
-arch=(any)
-url="http://synfig.org"
-license=('GPL2')
-depends=()
-conflicts=('synfig-etl')
-replaces=('synfig-etl')
-source=(http://download.tuxfamily.org/synfig/releases/1.0.1/ETL-$pkgver.tar.gz)
-md5sums=('d03e57bdeade19786ba9490a7dd985f7')
-
-build() {
-  cd $srcdir/ETL-$pkgver
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/ETL-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: etl/repos/community-any/PKGBUILD (from rev 208020, etl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-19 11:52:05 UTC (rev 208021)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Franco Iacomella <yaco at gnu.org>
+
+pkgname=etl
+pkgver=0.04.22
+pkgrel=1
+pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
+arch=(any)
+url="http://synfig.org"
+license=('GPL2')
+depends=()
+conflicts=('synfig-etl')
+replaces=('synfig-etl')
+source=(https://downloads.sourceforge.net/project/synfig/releases/1.2.0/source/ETL-${pkgver}.tar.gz)
+sha256sums=('ac5aeb9b8ec2c69dd455c6c72e104ff20c43e1e5dde6c0cd87f3f7d1b41d2746')
+
+build() {
+  cd "$srcdir"/ETL-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/ETL-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list