summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeija2016-01-14 17:33:03 +0100
committerJeija2016-01-14 17:33:03 +0100
commitdf3c940029a0bfc79099a98d779a3b5dfda4098d (patch)
treeba159b3692a6a28a9b03ca62371f9225cef19e0e /PKGBUILD
parent6cd4a13c48382122acf5fceb57a3b38985a7bae6 (diff)
downloadaur-df3c940029a0bfc79099a98d779a3b5dfda4098d.tar.gz
Use $pkgver instead of explicitly specifying the version in provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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/"