summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2016-08-06 17:21:05 +0800
committerIru Cai2016-08-06 17:21:05 +0800
commit39abb1e768c3e1bb47df2611799054a0146271ef (patch)
treed2bc6b83167fbc93ef9ad6acc5a5e0f60a95ed0e
parent49e31030aae75b6f662994516ff278731031884a (diff)
downloadaur-39abb1e768c3e1bb47df2611799054a0146271ef.tar.gz
version update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abc3a23447ac..8c3ae61e13f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Wed May 18 02:40:49 UTC 2016
+# Sat Aug 6 09:20:53 UTC 2016
pkgbase = libmypaint-git
pkgdesc = a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support
- pkgver = 1.1.r640
+ pkgver = 1.3.0.beta.1.8.gf052590
pkgrel = 1
url = http://mypaint.org/
arch = i686
arch = x86_64
license = ISC
+ makedepends = git
makedepends = intltool
makedepends = python
depends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index 95501ba761b1..2a9b74be02f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Iru Cai <mytbk920423@gmail.com>
pkgname=libmypaint-git
-pkgver=1.1.r640
+pkgver=1.3.0.beta.1.8.gf052590
pkgrel=1
pkgdesc="a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support"
arch=('i686' 'x86_64')
url="http://mypaint.org/"
license=('ISC')
depends=('gobject-introspection' 'json-c' 'gegl')
-makedepends=('intltool' 'python')
+makedepends=('git' 'intltool' 'python')
source=('git+https://github.com/mypaint/libmypaint.git')
md5sums=('SKIP')
@@ -30,10 +30,7 @@ package() {
pkgver() {
cd "$srcdir/libmypaint"
- ver=1.1 # use the brushlib_version in SConscript
- count=$(git rev-list --count HEAD)
-# commit=$(git rev-parse --short HEAD)
- echo $ver.r$count
+ git describe --tags | sed 's/^v//g;s/-/./g'
}
# vim:set ts=2 sw=2 et: