summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeija2016-01-14 17:33:03 +0100
committerJeija2016-01-14 17:33:03 +0100
commitdf3c940029a0bfc79099a98d779a3b5dfda4098d (patch)
treeba159b3692a6a28a9b03ca62371f9225cef19e0e
parent6cd4a13c48382122acf5fceb57a3b38985a7bae6 (diff)
downloadaur-df3c940029a0bfc79099a98d779a3b5dfda4098d.tar.gz
Use $pkgver instead of explicitly specifying the version in provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 963e8985f599..4553a284b91d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 09:15:20 UTC 2016
+# Thu Jan 14 16:32:59 UTC 2016
pkgbase = gtk3-typeahead
pkgdesc = GTK+ 3 with typeahead feature enabled for the file chooser widget
pkgver = 3.18.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.gtk.org/
install = gtk3.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7cc2bf66e7c2..0e1380260391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=gtk3-typeahead
pkgver=3.18.6
-pkgrel=1
+pkgrel=2
conflicts=(gtk3)
-provides=('gtk3=3.18.6')
+provides=("gtk3=$pkgver")
pkgdesc="GTK+ 3 with typeahead feature enabled for the file chooser widget"
arch=(i686 x86_64)
url="http://www.gtk.org/"