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

Balló György bgyorgy at archlinux.org
Sun Jan 22 19:51:34 UTC 2017


    Date: Sunday, January 22, 2017 @ 19:51:33
  Author: bgyorgy
Revision: 208439

upgpkg: gmtk 1.0.9-3

Use new upstream source

Modified:
  gmtk/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-22 19:47:03 UTC (rev 208438)
+++ PKGBUILD	2017-01-22 19:51:33 UTC (rev 208439)
@@ -3,15 +3,15 @@
 
 pkgname=gmtk
 pkgver=1.0.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
 arch=('i686' 'x86_64')
-url='http://gmtk.googlecode.com/'
+url='https://sites.google.com/site/kdekorte2/gmtk'
 license=('GPL')
 depends=('glib2' 'gtk3' 'dconf')
-makedepends=('intltool' 'pkg-config')
-source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz")
-md5sums=('9184658014ca7b325b569ac7417e4860')
+makedepends=('intltool')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kdekorte/${pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('2c893a371e3debeadf0f37a42040f5b4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list