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

Antonio Rojas arojas at gemini.archlinux.org
Fri Jul 30 11:46:09 UTC 2021


    Date: Friday, July 30, 2021 @ 11:46:08
  Author: arojas
Revision: 990969

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-30 11:45:59 UTC (rev 990968)
+++ PKGBUILD	2021-07-30 11:46:08 UTC (rev 990969)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Franco Iacomella <yaco at gnu.org>
-
-pkgname=etl
-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=('ecb61942da60dca8e623af8ad03656897d10b03296e8907dd3c6c296390a074c')
-
-build() {
-  cd ETL-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ETL-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: etl/repos/community-any/PKGBUILD (from rev 990968, etl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-30 11:46:08 UTC (rev 990969)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Franco Iacomella <yaco at gnu.org>
+
+pkgname=etl
+pkgver=1.4.2
+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=('e54192d284df16305ddfdfcc5bdfe93e139e6db5bc283dd4bab2413ebbead7c7')
+
+build() {
+  cd ETL-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ETL-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list