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

Antonio Rojas arojas at gemini.archlinux.org
Fri Jul 30 11:54:42 UTC 2021


    Date: Friday, July 30, 2021 @ 11:54:41
  Author: arojas
Revision: 990970

Update to 1.4.2

Modified:
  synfig/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-30 11:46:08 UTC (rev 990969)
+++ PKGBUILD	2021-07-30 11:54:41 UTC (rev 990970)
@@ -3,8 +3,8 @@
 # Contributor: Franco Iacomella <yaco at gnu.org>
 
 pkgname=synfig
-pkgver=1.4.1
-pkgrel=5
+pkgver=1.4.2
+pkgrel=1
 pkgdesc='Professional vector animation program (CLI renderer only)'
 arch=('x86_64')
 url='https://www.synfig.org/'
@@ -13,15 +13,10 @@
          'pango')
 makedepends=('boost' 'etl' 'intltool')
 source=("https://downloads.sourceforge.net/synfig/$pkgname-$pkgver.tar.gz")
-sha256sums=('f90f1dcff1a409bbe2bfbb2cf42b7019cf735bec3223722db2feba6e198d1bc1')
+sha256sums=('e66688b908ab2f05f87cc5a364f958a1351f101ccab3b3ade33a926453002f4e')
 
 build() {
   cd $pkgname-$pkgver
-
-  # temporary workaround for GCC 11; upstream has refactored etl::clock to
-  # use std::chrono so this should not be needed in future synfig versions
-  CXXFLAGS+=' -std=c++14'
-
   ./configure --prefix=/usr --sysconfdir=/etc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



More information about the arch-commits mailing list