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

Balló György bgyorgy at archlinux.org
Fri Apr 30 21:20:18 UTC 2021


    Date: Friday, April 30, 2021 @ 21:20:16
  Author: bgyorgy
Revision: 925414

Minor changes

Modified:
  synfigstudio/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-30 21:13:18 UTC (rev 925413)
+++ PKGBUILD	2021-04-30 21:20:16 UTC (rev 925414)
@@ -5,14 +5,14 @@
 pkgname=synfigstudio
 pkgver=1.4.0
 pkgrel=1
-pkgdesc="Professional vector animation program (GUI)"
-arch=(x86_64)
-url="https://www.synfig.org/"
-license=(GPL2)
-depends=(gtkmm3 synfig)
-makedepends=(etl intltool)
+pkgdesc='Professional vector animation program (GUI)'
+arch=('x86_64')
+url='https://www.synfig.org/'
+license=('GPL2')
+depends=('gtkmm3' 'synfig')
+makedepends=('etl' 'intltool')
 optdepends=('python: for the plugins')
-source=(https://downloads.sourceforge.net/synfig/$pkgname-$pkgver.tar.gz)
+source=("https://downloads.sourceforge.net/synfig/$pkgname-$pkgver.tar.gz")
 sha256sums=('ca1eb1a3e2264c57974a576d1995e005079d96cee19d3dffaacded72c93fbd56')
 
 prepare() {



More information about the arch-commits mailing list