Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
pencil2d


Commits:
5bee8660 by Balló György at 2026-05-28T12:49:34+02:00
upgpkg: 0.7.2-1: Update to new release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,21 @@
 pkgbase = pencil2d
        pkgdesc = Easy, intuitive tool to make 2D hand-drawn animations
-       pkgver = 0.7.1
+       pkgver = 0.7.2
        pkgrel = 1
        url = https://www.pencil2d.org/
        arch = x86_64
-       license = GPL-2.0-or-later
+       license = GPL-2.0-only
        makedepends = git
        makedepends = qt6-tools
        depends = ffmpeg
+       depends = glibc
        depends = hicolor-icon-theme
+       depends = libgcc
+       depends = libstdc++
+       depends = qt6-base
        depends = qt6-multimedia
        depends = qt6-svg
-       source = git+https://github.com/pencil2d/pencil.git#tag=v0.7.1
-       sha256sums = 
f366accde210d0815ddcd2c6f05ca6ffe80c8d46de0da0bc36e91c33fdbba986
+       source = git+https://github.com/pencil2d/pencil.git#tag=v0.7.2
+       b2sums = 
d93f02eaa592b98356d693be4932bbfbcd7670b36d1b67d046d6dfc1d2a7cdd5385a099571f82a75733f09192396923f0c281205a033e580beb728545ed8a0d3
 
 pkgname = pencil2d


=====================================
PKGBUILD
=====================================
@@ -2,16 +2,28 @@
 # Contributor: Jakob Gahde <[email protected]>
 
 pkgname=pencil2d
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc='Easy, intuitive tool to make 2D hand-drawn animations'
-arch=('x86_64')
+arch=(x86_64)
 url='https://www.pencil2d.org/'
-license=('GPL-2.0-or-later')
-depends=('ffmpeg' 'hicolor-icon-theme' 'qt6-multimedia' 'qt6-svg')
-makedepends=('git' 'qt6-tools')
+license=(GPL-2.0-only)
+depends=(
+  ffmpeg
+  glibc
+  hicolor-icon-theme
+  libgcc
+  libstdc++
+  qt6-base
+  qt6-multimedia
+  qt6-svg
+)
+makedepends=(
+  git
+  qt6-tools
+)
 source=("git+https://github.com/pencil2d/pencil.git#tag=v$pkgver";)
-sha256sums=('f366accde210d0815ddcd2c6f05ca6ffe80c8d46de0da0bc36e91c33fdbba986')
+b2sums=(d93f02eaa592b98356d693be4932bbfbcd7670b36d1b67d046d6dfc1d2a7cdd5385a099571f82a75733f09192396923f0c281205a033e580beb728545ed8a0d3)
 
 build() {
   cd pencil



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pencil2d/-/commit/5bee8660319f1ec6e1f147785af20ff2f3c9b89d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pencil2d/-/commit/5bee8660319f1ec6e1f147785af20ff2f3c9b89d
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to