summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Westra2020-03-15 17:39:39 -0700
committerAlbert Westra2020-03-15 17:39:39 -0700
commit81d99998ce603307e413c011feb91a6ae1667b4d (patch)
treea0b665c92cb56b8834b42b111b3b225397afcca8
parent5ac55265c4274ab8e66829ce9c79726a9f4e64d3 (diff)
downloadaur-81d99998ce603307e413c011feb91a6ae1667b4d.tar.gz
Update Version Scheme
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa77267028c5..5671267bee60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mypaint-git
pkgdesc = Simple drawing & painting program that works well with graphics tablets (git).
- pkgver = 2.0.alpha.r5619.ce9b05a1
+ pkgver = 2.0.0.master..r5700.425afe29
pkgrel = 1
url = http://mypaint.org/
install = mypaint-git.install
@@ -21,7 +21,7 @@ pkgbase = mypaint-git
depends = python-gobject
depends = python-numpy
depends = mypaint-brushes-git
- provides = mypaint=2.0.alpha
+ provides = mypaint=2.0.0.master.
conflicts = mypaint
source = git+https://github.com/mypaint/mypaint.git
source = mypaint-git.install
diff --git a/PKGBUILD b/PKGBUILD
index e1f25f78c111..87fe815e871a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Jon Nordby <jononor@gmail.com>
# Contributor: mosra <mosra@centrum.cz>
-_basever=2.0.alpha
+_basever=2.0.0.master.
pkgname=mypaint-git
-pkgver=2.0.alpha.r5619.ce9b05a1
+pkgver=2.0.0.master..r5700.425afe29
pkgrel=1
pkgdesc="Simple drawing & painting program that works well with graphics tablets (git)."
arch=('i686' 'x86_64')