Skip to content
Snippets Groups Projects
Commit 2ad92869 authored by Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski
Browse files

new upstream release

parent 3e0eb5b1
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Franco Iacomella <yaco@gnu.org>
pkgname=etl
pkgver=0.04.19
pkgver=0.04.22
pkgrel=1
pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
arch=(any)
......@@ -11,12 +11,12 @@ license=('GPL2')
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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment