summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-12-30 22:54:50 +0100
committerhaawda2020-12-30 22:54:50 +0100
commitbc9434801e585302d5b99ea62035f5b46b01434b (patch)
tree41fb7a153b1c26a1e4d1ae9651c0bd7bfbdd75a2
parent64cfd13bc47c2d1cca725af995282e5f6b866f62 (diff)
downloadaur-bc9434801e585302d5b99ea62035f5b46b01434b.tar.gz
better provides-statement
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42f7ed0c75c4..d13c7d17be84 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.4.gc66467c
+ pkgver = 0.90.8.3.7.g6d42396
pkgrel = 1
url = http://rep-gtk.sourceforge.net/
arch = i686
@@ -8,7 +8,7 @@ pkgbase = rep-gtk-git
license = GPL
depends = librep
depends = gtk2
- provides = rep-gtk=0.90.8.1
+ provides = rep-gtk=0.90.8.3.7.g6d42396
conflicts = rep-gtk
options = libtool
source = git://github.com/SawfishWM/rep-gtk.git
diff --git a/PKGBUILD b/PKGBUILD
index 636c5287c1ce..46a86cbc711e 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.4.gc66467c
+pkgver=0.90.8.3.7.g6d42396
pkgrel=1
pkgdesc="Binding of the GTK and GDK libraries for the librep Lisp environment - git version"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://rep-gtk.sourceforge.net/"
license=('GPL')
depends=('librep' 'gtk2')
conflicts=('rep-gtk')
-provides=('rep-gtk=0.90.8.1')
+provides=("rep-gtk=$pkgver")
options=('!libtool')
options=('libtool')
source=(git://github.com/SawfishWM/rep-gtk.git)