summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d13c7d17be84..ca557f4d6f89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rep-gtk-git
pkgdesc = Binding of the GTK and GDK libraries for the librep Lisp environment - git version
- pkgver = 0.90.8.3.7.g6d42396
+ pkgver = 0.90.8.3.11.g99c9072
pkgrel = 1
url = http://rep-gtk.sourceforge.net/
arch = i686
@@ -8,11 +8,10 @@ pkgbase = rep-gtk-git
license = GPL
depends = librep
depends = gtk2
- provides = rep-gtk=0.90.8.3.7.g6d42396
+ provides = rep-gtk=0.90.8.3.11.g99c9072
conflicts = rep-gtk
options = libtool
- source = git://github.com/SawfishWM/rep-gtk.git
+ source = git+https://github.com/SawfishWM/rep-gtk.git
md5sums = SKIP
pkgname = rep-gtk-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 46a86cbc711e..b1b40c7a5ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=rep-gtk-git
-pkgver=0.90.8.3.7.g6d42396
+pkgver=0.90.8.3.11.g99c9072
pkgrel=1
pkgdesc="Binding of the GTK and GDK libraries for the librep Lisp environment - git version"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ conflicts=('rep-gtk')
provides=("rep-gtk=$pkgver")
options=('!libtool')
options=('libtool')
-source=(git://github.com/SawfishWM/rep-gtk.git)
+source=(git+https://github.com/SawfishWM/rep-gtk.git)
md5sums=('SKIP')
pkgver() {