[arch-commits] Commit in qgo/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Jun 7 11:58:16 UTC 2015


    Date: Sunday, June 7, 2015 @ 13:58:16
  Author: arodseth
Revision: 134941

upgpkg: qgo 2.0.0.g-1

Modified:
  qgo/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-07 11:07:31 UTC (rev 134940)
+++ PKGBUILD	2015-06-07 11:58:16 UTC (rev 134941)
@@ -4,11 +4,11 @@
 # Contributor: Magnus Jonsson <jmagnusj at gmail.com>
 
 pkgname=qgo
-pkgver=2.0.0.dda95c9
+pkgver=2.0.0.g
 pkgrel=1
 pkgdesc='Go client and full featured SGF editor'
 arch=('x86_64' 'i686')
-url="http://qgo.sourceforge.net/"
+url='https://github.com/pzorin/qgo'
 license=('GPL')
 depends=('qt5-multimedia' 'qt5-tools' 'libsm' 'desktop-file-utils'
          'shared-mime-info')
@@ -15,19 +15,9 @@
 makedepends=('git')
 install='qgo.install'
 options=('!emptydirs')
-source=("$pkgname::git://github.com/pzorin/$pkgname.git")
+source=("$pkgname::git://github.com/pzorin/$pkgname.git#commit=a4bc9c986e")
 md5sums=('SKIP')
 
-pkgver() {
-  cd "$pkgname"
-
-  # fragments in the git url doesn't seem to work?
-  git checkout -q qt5
-
-  echo -n '2.0.0.'
-  git describe --always | sed 's|-|.|g'
-}
-
 build() {
   cd "$pkgname"
 



More information about the arch-commits mailing list