summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2020-10-09 19:54:29 +0200
committerPopolon2020-10-09 19:54:29 +0200
commit3a5c0704b7760aec6270c12781dfbf2cbc25f5dd (patch)
tree96548956a6fae25929d5fa8376bbe4b03a609275
parent78ea32862b6672e63b152d228a73617148b78a9e (diff)
downloadaur-3a5c0704b7760aec6270c12781dfbf2cbc25f5dd.tar.gz
remove useless and wasteful initial make clean
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8fc6abaf68b..142f502e8909 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = pencil2d-mypaint-git
pkgdesc = Animation/drawing software, that lets you create traditional hand-drawn animation using both bitmap and vector graphics with mypaint brushes extension testing branch
- pkgver = 4563.627016bd
- pkgrel = 2
+ pkgver = 4569.fc159c23
+ pkgrel = 3
url = http://www.pencil2d.org/
install = pencil2d.install
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = armv8
license = GPL
makedepends = git
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index e7bc1412895d..bc0424d5c4b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
pkgname=pencil2d-mypaint-git
_gitname=pencil2d
_branchname=implement_mypaint_nobitmapsurface
-pkgver=4563.627016bd
-pkgrel=2
+pkgver=4569.fc159c23
+pkgrel=3
pkgdesc="Animation/drawing software, that lets you create traditional hand-drawn animation using both bitmap and vector graphics with mypaint brushes extension testing branch"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'armv8')
url="http://www.pencil2d.org/"
license=('GPL')
depends=('ming' 'ffmpeg' 'qt5-svg' 'qt5-multimedia' 'qt5-xmlpatterns')
@@ -30,11 +30,8 @@ pkgver()
build()
{
cd "${_gitname}"
- msg "make cleaen..."
- make clean
- msg "Starting qmake..."
+ #make clean
qmake PREFIX=/usr
- msg "Starting make..."
make
}