summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVirtualTam2016-05-03 20:43:37 +0200
committerVirtualTam2016-05-03 20:43:37 +0200
commit66237a16b280979800d78f53ccbea085a5611b21 (patch)
tree02c6c31cb708db2c9b6c04ed2d83362f64b89217
parent4a75f25fe25ddc194ed473e798713a8dcd799c24 (diff)
downloadaur-66237a16b280979800d78f53ccbea085a5611b21.tar.gz
Goldendict-Qt5: update Git branch and pkgver
- the qt4x5 branch has been merged into master - a new tag has been pushed (yay!) Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8006e02966a..9c2c667f4454 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue May 3 18:43:14 UTC 2016
pkgbase = goldendict-qt5-git
pkgdesc = Feature-rich dictionary lookup program.
- pkgver = 1.5.0.RC.587.g1ecf9ae
- pkgrel = 3
+ pkgver = 1.5.0.RC2.1.g526d9d1
+ pkgrel = 1
url = http://goldendict.org/
arch = i686
arch = x86_64
@@ -27,7 +29,7 @@ pkgbase = goldendict-qt5-git
replaces = goldendict
replaces = goldendict-svn
replaces = goldendict-git-opt
- source = git://github.com/goldendict/goldendict.git#branch=qt4x5
+ source = git://github.com/goldendict/goldendict.git
sha256sums = SKIP
pkgname = goldendict-qt5-git
diff --git a/PKGBUILD b/PKGBUILD
index b3df994061fa..622b78e0a6bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: VirtualTam <virtualtam@flibidi.net>
# Contributor: Eugene Yudin aka Infy <Eugene dot Yudin at gmail dot com>
pkgname=goldendict-qt5-git
-pkgver=1.5.0.RC.587.g1ecf9ae
-pkgrel=3
+pkgver=1.5.0.RC2.1.g526d9d1
+pkgrel=1
pkgdesc="Feature-rich dictionary lookup program."
arch=('i686' 'x86_64')
url="http://goldendict.org/"
@@ -14,12 +14,12 @@ conflicts=('goldendict' 'goldendict-svn' 'goldendict-git-opt')
provides=('goldendict')
replaces=('goldendict' 'goldendict-svn' 'goldendict-git-opt')
_gitname="goldendict"
-source=(git://github.com/goldendict/goldendict.git#branch=qt4x5)
+source=(git://github.com/goldendict/goldendict.git)
sha256sums=(SKIP)
pkgver() {
cd ${_gitname}
- git describe --always | sed 's|-|.|g'
+ git describe --always --tags | sed 's|-|.|g'
}
prepare() {