summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Westra2020-03-15 17:46:21 -0700
committerAlbert Westra2020-03-15 17:46:21 -0700
commitaad12188da4885d3b5319c8e402b19f352f183f6 (patch)
tree7d499ff349c11fafa784dfeedd9f6159c95e1cf2
parentfc49f09cdf63b4bae0052400f9e0b3037b4b2972 (diff)
downloadaur-aad12188da4885d3b5319c8e402b19f352f183f6.tar.gz
Fix Version Scheme
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d24132539816..81cd04cf04ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mypaint-brushes-git
pkgdesc = Brushes used by MyPaint and other software using libmypaint
- pkgver = 2.0.0.master..r194.0df6d13
+ pkgver = 2.0.0.master.r194.0df6d13
pkgrel = 1
url = https://github.com/mypaint/mypaint-brushes
arch = any
license = custom:CC0
makedepends = git
depends = libmypaint-git
- provides = mypaint-brushes=2.0.0.master.
+ provides = mypaint-brushes=2.0.0.master
conflicts = mypaint-brushes
source = git+https://github.com/mypaint/mypaint-brushes.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ab302f93871e..c78501464528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Jon Nordby <jononor@gmail.com>
# Contributor: mosra <mosra@centrum.cz>
-_basever=2.0.0.master.
+_basever=2.0.0.master
pkgname=mypaint-brushes-git
-pkgver=2.0.0.master..r194.0df6d13
+pkgver=2.0.0.master.r194.0df6d13
pkgrel=1
pkgdesc="Brushes used by MyPaint and other software using libmypaint"
arch=('any')