summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Repp2020-12-26 10:32:56 +0100
committerSimon Repp2020-12-26 10:32:56 +0100
commit263dc5ebef74b459826c153ad18ef3bc77fce9c4 (patch)
treec9d956d5b7f5f1c91712df4855cb7783ab5845d7
parent38b4e4d9c3c8387e576ff4f463d3800f5f8eeecd (diff)
downloadaur-263dc5ebef74b459826c153ad18ef3bc77fce9c4.tar.gz
Update to 1.7
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD11
3 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd6904645e7e..35c8bf9897e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,19 @@
-# Generated by mksrcinfo v8
-# Fri Jul 8 23:02:38 UTC 2016
pkgbase = vpaint
pkgdesc = VPaint is an experimental vector graphics editor based on the Vector Animation Complex technology.
- pkgver = 1.6
- pkgrel = 2
+ pkgver = 1.7
+ pkgrel = 1
url = http://www.vpaint.org
arch = i686
arch = x86_64
license = MIT
makedepends = gendesk
makedepends = icoutils
- depends = qt4
depends = glu
depends = qt5-base
depends = libxkbcommon-x11
conflicts = vpaint-git
- source = https://github.com/dalboris/vpaint/archive/v1.6.tar.gz
- md5sums = f9b36a571f6dceafefa66d8a71006163
+ source = https://github.com/dalboris/vpaint/archive/v1.7.tar.gz
+ md5sums = f714e2bd6569e08e16f89e22cfbcb2dd
pkgname = vpaint
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..94b81c9c3cdc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg/
+/src/
+/*.pkg.tar.zst
+/*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d1f5b85dfa90..313113ced1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: TheNiceGuy <gabrielpolloguilbert@gmail.com>
+# Maintainer: Simon Repp <simon@fdpl.io>
+# Contributor: TheNiceGuy <gabrielpolloguilbert@gmail.com>
pkgname=vpaint
-pkgver=1.6
-pkgrel=2
+pkgver=1.7
+pkgrel=1
pkgdesc='VPaint is an experimental vector graphics editor based on the Vector Animation Complex technology.'
arch=('i686' 'x86_64')
license=('MIT')
-depends=('qt4' 'glu' 'qt5-base' 'libxkbcommon-x11')
+depends=('glu' 'qt5-base' 'libxkbcommon-x11')
makedepends=('gendesk' 'icoutils')
url='http://www.vpaint.org'
conflicts=('vpaint-git')
provides=()
source=("https://github.com/dalboris/vpaint/archive/v$pkgver.tar.gz")
-md5sums=('f9b36a571f6dceafefa66d8a71006163')
+md5sums=('f714e2bd6569e08e16f89e22cfbcb2dd')
prepare() {
icotool -x -o $srcdir/vpaint.png $srcdir/$pkgname-$pkgver/src/Gui/images/VPaint.ico