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

Balló György bgyorgy at archlinux.org
Thu Apr 29 22:43:01 UTC 2021


    Date: Thursday, April 29, 2021 @ 22:43:01
  Author: bgyorgy
Revision: 925296

Minor changes

Modified:
  pencil2d/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 22:38:59 UTC (rev 925295)
+++ PKGBUILD	2021-04-29 22:43:01 UTC (rev 925296)
@@ -4,12 +4,12 @@
 pkgname=pencil2d
 pkgver=0.6.6
 pkgrel=1
-pkgdesc="Easy, intuitive tool to make 2D hand-drawn animations"
-arch=(x86_64)
-url="https://www.pencil2d.org/"
-license=(GPL2)
-depends=(ffmpeg hicolor-icon-theme qt5-multimedia qt5-svg qt5-xmlpatterns)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pencil2d/pencil/archive/v${pkgver}.tar.gz")
+pkgdesc='Easy, intuitive tool to make 2D hand-drawn animations'
+arch=('x86_64')
+url='https://www.pencil2d.org/'
+license=('GPL2')
+depends=('ffmpeg' 'hicolor-icon-theme' 'qt5-multimedia' 'qt5-svg' 'qt5-xmlpatterns')
+source=("https://github.com/pencil2d/pencil/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('9dd1f7dd35a86dea33ec4415ac92e7df146309a1f52139c908cbd8b4767e53ff')
 
 build() {



More information about the arch-commits mailing list