Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / pencil2d
Commits: 79dd29e1 by Antonio Rojas at 2024-09-06T20:40:04+02:00 upgpkg: 0.7.0-1: Update to 0.7.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = pencil2d + pkgdesc = Easy, intuitive tool to make 2D hand-drawn animations + pkgver = 0.7.0 + pkgrel = 1 + url = https://www.pencil2d.org/ + arch = x86_64 + license = GPL2 + makedepends = qt6-tools + depends = ffmpeg + depends = hicolor-icon-theme + depends = qt6-multimedia + depends = qt6-svg + source = https://github.com/pencil2d/pencil/archive/v0.7.0/pencil2d-0.7.0.tar.gz + sha256sums = 6576363b7bfc1f8cd44894ca1a279c9488e2e8a0cd86d3762b84ef73462f70c9 + +pkgname = pencil2d ===================================== PKGBUILD ===================================== @@ -2,19 +2,20 @@ # Contributor: Jakob Gahde <j...@fmail.co.uk> pkgname=pencil2d -pkgver=0.6.6 +pkgver=0.7.0 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') +depends=('ffmpeg' 'hicolor-icon-theme' 'qt6-multimedia' 'qt6-svg') +makedepends=('qt6-tools') source=("https://github.com/pencil2d/pencil/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('9dd1f7dd35a86dea33ec4415ac92e7df146309a1f52139c908cbd8b4767e53ff') +sha256sums=('6576363b7bfc1f8cd44894ca1a279c9488e2e8a0cd86d3762b84ef73462f70c9') build() { cd pencil-$pkgver - qmake-qt5 PREFIX=/usr + qmake6 PREFIX=/usr make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pencil2d/-/commit/79dd29e12f3c3c2ee24cbcf489675b1930bee83a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pencil2d/-/commit/79dd29e12f3c3c2ee24cbcf489675b1930bee83a You're receiving this email because of your account on gitlab.archlinux.org.