Date: Saturday, February 27, 2021 @ 19:46:29
  Author: arojas
Revision: 875390

archrelease: copy trunk to community-x86_64

Added:
  pencil2d/repos/community-x86_64/PKGBUILD
    (from rev 875389, pencil2d/trunk/PKGBUILD)
Deleted:
  pencil2d/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-27 19:46:20 UTC (rev 875389)
+++ PKGBUILD    2021-02-27 19:46:29 UTC (rev 875390)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jakob Gahde <[email protected]>
-
-pkgname=pencil2d
-pkgver=0.6.5
-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";)
-sha256sums=('31903c54c8f0a79385cc5f519b380d26524219984e619204820b946c96fc2482')
-
-build() {
-  cd pencil-$pkgver
-  qmake PREFIX=/usr
-  make
-}
-
-package() {
-  cd pencil-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pencil2d/repos/community-x86_64/PKGBUILD (from rev 875389, 
pencil2d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-02-27 19:46:29 UTC (rev 875390)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jakob Gahde <[email protected]>
+
+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";)
+sha256sums=('9dd1f7dd35a86dea33ec4415ac92e7df146309a1f52139c908cbd8b4767e53ff')
+
+build() {
+  cd pencil-$pkgver
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd pencil-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Reply via email to