summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo Guilbert2016-02-15 15:10:38 -0500
committerGabriel-Andrew Pollo Guilbert2016-02-15 15:10:38 -0500
commit8e76f6b1b02ae2e2f921a7c14740df3597bc5de4 (patch)
treec13329a396ee8dc2bd4e86b3b644121c6ceb338b
parenta6f659f203199e20da32bb0029cade3dd32660d4 (diff)
downloadaur-8e76f6b1b02ae2e2f921a7c14740df3597bc5de4.tar.gz
Update to 1.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 617f84c68d2a..e92f6b368375 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 20:04:13 UTC 2016
+# Mon Feb 15 20:10:21 UTC 2016
pkgbase = vpaint
pkgdesc = VPaint is an experimental vector graphics editor based on the Vector Animation Complex technology.
- pkgver = 1.5
- pkgrel = 2
+ pkgver = 1.6
+ pkgrel = 1
url = http://www.vpaint.org
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = vpaint
depends = qt5-base
depends = libxkbcommon-x11
conflicts = vpaint-git
- source = https://github.com/dalboris/vpaint/archive/v1.5.tar.gz
- md5sums = aee4b49c9a9a0345a1d98d734a008b7d
+ source = https://github.com/dalboris/vpaint/archive/v1.6.tar.gz
+ md5sums = f9b36a571f6dceafefa66d8a71006163
pkgname = vpaint
diff --git a/PKGBUILD b/PKGBUILD
index 16cd25141540..994eac7ff27e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: TheNiceGuy <gabrielpolloguilbert@gmail.com>
pkgname=vpaint
-pkgver=1.5
-pkgrel=2
+pkgver=1.6
+pkgrel=1
pkgdesc='VPaint is an experimental vector graphics editor based on the Vector Animation Complex technology.'
arch=('i686' 'x86_64')
license=('MIT')
@@ -12,8 +12,7 @@ url='http://www.vpaint.org'
conflicts=('vpaint-git')
provides=()
source=("https://github.com/dalboris/vpaint/archive/v$pkgver.tar.gz")
-md5sums=('aee4b49c9a9a0345a1d98d734a008b7d')
-options=()
+md5sums=('f9b36a571f6dceafefa66d8a71006163')
prepare() {
gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc"
@@ -33,6 +32,6 @@ build() {
package() {
mkdir -p "$pkgdir/usr/bin"
- install -Dm755 "$srcdir/$pkgname-$pkgver/build/VPaint" "$pkgdir/usr/bin/vpaint"
+ install -Dm755 "$srcdir/$pkgname-$pkgver/build/Gui/VPaint" "$pkgdir/usr/bin/vpaint"
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
}