Fix package version
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = qtcreator-git
|
pkgbase = qtcreator-git
|
||||||
pkgdesc = Lightweight, cross-platform integrated development environment
|
pkgdesc = Lightweight, cross-platform integrated development environment
|
||||||
pkgver = v6.0.1.r219.g57381ab358
|
pkgver = 7.0.2.r809.gf54097fefb
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.qt.io
|
url = https://www.qt.io
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -30,7 +30,7 @@ pkgbase = qtcreator-git
|
|||||||
optdepends = subversion: subversion support
|
optdepends = subversion: subversion support
|
||||||
optdepends = valgrind: analyze support
|
optdepends = valgrind: analyze support
|
||||||
optdepends = x11-ssh-askpass: ssh support
|
optdepends = x11-ssh-askpass: ssh support
|
||||||
provides = qtcreator
|
provides = qtcreator=7.0.2.r809.gf54097fefb
|
||||||
conflicts = qtcreator
|
conflicts = qtcreator
|
||||||
options = docs
|
options = docs
|
||||||
source = git+https://code.qt.io/qt-creator/qt-creator.git
|
source = git+https://code.qt.io/qt-creator/qt-creator.git
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@@ -8,7 +8,7 @@
|
|||||||
# Contributor: Tobias Hunger <tobias dot hunger at gmail dot com>
|
# Contributor: Tobias Hunger <tobias dot hunger at gmail dot com>
|
||||||
|
|
||||||
pkgname=qtcreator-git
|
pkgname=qtcreator-git
|
||||||
pkgver=v6.0.1.r219.g57381ab358
|
pkgver=7.0.2.r809.gf54097fefb
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@@ -30,7 +30,7 @@ optdepends=('bzr: bazaar support'
|
|||||||
'subversion: subversion support'
|
'subversion: subversion support'
|
||||||
'valgrind: analyze support'
|
'valgrind: analyze support'
|
||||||
'x11-ssh-askpass: ssh support')
|
'x11-ssh-askpass: ssh support')
|
||||||
provides=(qtcreator)
|
provides=("qtcreator=$pkgver")
|
||||||
conflicts=(qtcreator)
|
conflicts=(qtcreator)
|
||||||
source=('git+https://code.qt.io/qt-creator/qt-creator.git'
|
source=('git+https://code.qt.io/qt-creator/qt-creator.git'
|
||||||
'org.qt-project.qtcreator.desktop')
|
'org.qt-project.qtcreator.desktop')
|
||||||
@@ -40,7 +40,7 @@ sha256sums=('SKIP'
|
|||||||
pkgver() {
|
pkgver() {
|
||||||
cd qt-creator
|
cd qt-creator
|
||||||
|
|
||||||
git describe --long --match v* | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
|
git describe --long --match v* | sed -r 's/([^-]*-g)/r\1/;s/-/./g' | sed -r 's/v//g'
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Reference in New Issue
Block a user