summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {