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

Balló György bgyorgy at archlinux.org
Fri Apr 30 15:30:55 UTC 2021


    Date: Friday, April 30, 2021 @ 15:30:55
  Author: bgyorgy
Revision: 925371

Adopt the package

Modified:
  etl/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-30 15:27:56 UTC (rev 925370)
+++ PKGBUILD	2021-04-30 15:30:55 UTC (rev 925371)
@@ -1,26 +1,24 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# 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.0
 pkgrel=1
-pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
-arch=(any)
-url="https://synfig.org"
-license=('GPL2')
-depends=()
-conflicts=('synfig-etl')
-replaces=('synfig-etl')
-source=(https://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/ETL-${pkgver}.tar.gz)
+pkgdesc='VoriaETL: C++ STL complementory multiplatform template library'
+arch=('any')
+url='https://www.synfig.org/'
+license=('GPL3')
+source=("https://downloads.sourceforge.net/synfig/ETL-$pkgver.tar.gz")
 sha256sums=('d43396c0ac356114713469216a9257247c2588d5475590a46db63cf201d1a011')
 
 build() {
-  cd "$srcdir"/ETL-$pkgver
+  cd ETL-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir"/ETL-$pkgver
+  cd ETL-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list