[arch-commits] Commit in etl/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu Jan 19 11:52:01 UTC 2017
Date: Thursday, January 19, 2017 @ 11:52:00
Author: bpiotrowski
Revision: 208020
upgpkg: etl 0.04.22-1
new upstream release
Modified:
etl/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-19 10:57:43 UTC (rev 208019)
+++ PKGBUILD 2017-01-19 11:52:00 UTC (rev 208020)
@@ -3,7 +3,7 @@
# Contributor: Franco Iacomella <yaco at gnu.org>
pkgname=etl
-pkgver=0.04.19
+pkgver=0.04.22
pkgrel=1
pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
arch=(any)
@@ -12,12 +12,12 @@
depends=()
conflicts=('synfig-etl')
replaces=('synfig-etl')
-source=(https://download.tuxfamily.org/synfig/releases/1.0.1/ETL-$pkgver.tar.gz)
-sha256sums=('21696881fab1b9a3458aaa77a8b10c899c297b2d132e3ed4cfb7ffa29cd8b8fe')
+source=(https://downloads.sourceforge.net/project/synfig/releases/1.2.0/source/ETL-${pkgver}.tar.gz)
+sha256sums=('ac5aeb9b8ec2c69dd455c6c72e104ff20c43e1e5dde6c0cd87f3f7d1b41d2746')
build() {
cd "$srcdir"/ETL-$pkgver
- [ -f Makefile ] || ./configure --prefix=/usr
+ ./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list